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