fix(css): responsive breakpoints
Anirudh icyph0x@pm.me
Wed, 11 Jul 2018 14:22:11 +0530
2 files changed,
2 insertions(+),
2 deletions(-)
M
build/static/style.css
→
build/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;
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;