Added styling for the sidebar and the blogroll
This commit is contained in:
parent
ac94f9526f
commit
2097262850
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
body {
|
||||
max-width: 55em;
|
||||
}
|
||||
|
||||
div.wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: auto 20em; /* might be 15 */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue