fix: readability fix for small screen devices

This commit is contained in:
Vivek R 2019-10-13 01:23:11 +05:30
parent 84ec33e02f
commit edf7470d61
2 changed files with 4 additions and 8 deletions

View File

@ -11,7 +11,7 @@ pygmentscodefences = true
pygmentscodefencesguesssyntax = true pygmentscodefencesguesssyntax = true
googleAnalytics = "UA-123-45" googleAnalytics = "UA-123-45"
disqusShortname = "localhost" disqusShortname = "ezhil-demo"
[params] [params]
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)" subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"

View File

@ -246,6 +246,8 @@ ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: none; border: none;
min-width: 50px;
margin-left: 15px;
} }
.header .site-description nav ul svg { .header .site-description nav ul svg {
@ -355,7 +357,7 @@ ul {
} }
h1 { h1 {
font-size: 2rem; font-size: 1.8rem;
} }
h2 { h2 {
@ -374,9 +376,3 @@ ul {
margin-top: 10px; margin-top: 10px;
} }
} }
@media (max-width: 480px) {
body {
font-size: 14px;
}
}