fix(css): responsive breakpoints
Anirudh icyph0x@pm.me
Wed, 11 Jul 2018 14:22:11 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -45,7 +45,7 @@ line-height: 2;
} } -@media screen and (min-width: 1100px) { +@media screen and (min-width: 1000px) { h1 { font-family: 'secular', sans-serif; font-size: 100px;