mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
Shrink enlarged font on small screens
This commit is contained in:
@@ -275,11 +275,7 @@ div.main .container {
|
||||
}
|
||||
div.main .content {
|
||||
color: #111111;
|
||||
{{ if .Site.Params.enlarged }}
|
||||
font-size: 17px;
|
||||
{{ else }}
|
||||
font-size: 16px;
|
||||
{{ end }}
|
||||
}
|
||||
div.main .content .title-container {
|
||||
display: -webkit-flex;
|
||||
|
@@ -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