minor design changes

This commit is contained in:
E. S. 2024-04-19 01:04:14 +00:00
parent eae6d042e3
commit db5e6aec11

View File

@ -382,10 +382,11 @@ body.wide .blog-post {
.blog-expl { .blog-expl {
border-radius: 4px; border-radius: 4px;
padding: $base-padding; padding: $base-padding - 3px;
background-color: $hover-hl; background-color: $hover-hl;
line-height: 150%; line-height: 140%;
margin-bottom: 15px; margin-bottom: 15px;
font-size: $fs - 2px;
} }
.blog-list {} .blog-list {}