added styling and markup for blogroll

This commit is contained in:
Leon Mika 2024-03-13 21:07:36 +11:00
parent 71fed60ab1
commit c369504296
2 changed files with 13 additions and 6 deletions

View file

@ -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;
}