mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Shrink enlarged font on small screens
This commit is contained in:
@@ -130,6 +130,13 @@ padding-bottom: 60px;
|
||||
div.main {
|
||||
padding-top: 0;
|
||||
}
|
||||
div.main .content {
|
||||
{{ if .Site.Params.enlarged }}
|
||||
font-size: 17px;
|
||||
{{ else }}
|
||||
font-size: 16px;
|
||||
{{ end }}
|
||||
}
|
||||
div.main .container .content .post-item {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
|
Reference in New Issue
Block a user