Compare commits

...

2 commits

Author SHA1 Message Date
5108acba61 post list on one column 2022-07-12 21:19:29 +02:00
80f7039301 header size 2022-07-12 21:19:21 +02:00

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