Compare commits

...

2 Commits

Author SHA1 Message Date
rhiannon morris 5108acba61 post list on one column 2022-07-12 21:19:29 +02:00
rhiannon morris 80f7039301 header size 2022-07-12 21:19:21 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -39,8 +39,8 @@ header {
} }
header h1 { header h1 {
font-size: 350%; font-size: 250%;
font-weight: 100; font-weight: 200;
margin-top: 0; margin-top: 0;
} }
@ -124,7 +124,7 @@ header .date {
margin-left: 0.75ex; margin-left: 0.75ex;
} }
.post-list, .tag-list { .tag-list {
columns: 2; columns: 2;
} }