added styling and markup for blogroll
This commit is contained in:
parent
71fed60ab1
commit
c369504296
2 changed files with 13 additions and 6 deletions
|
|
@ -4,5 +4,10 @@ body {
|
|||
|
||||
div.wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: auto 20em; /* might be 15 */
|
||||
grid-template-columns: auto 15em;
|
||||
column-gap: 60px;
|
||||
}
|
||||
|
||||
div.sidebar {
|
||||
font-size: 0.8;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue