fix(css): increase front-page 'recent posts' & 'tags' font-size

- especially on tablet
This commit is contained in:
MDLeom 2020-12-05 11:47:57 +00:00
parent 520cafa35c
commit ffa9a39ca8
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,7 @@ ul {
}
ul.index-list {
font-size: 1.1em;
list-style: disc;
}

View File

@ -626,6 +626,7 @@ ul {
}
ul.index-list {
font-size: 1.1em;
list-style: disc;
}