all repos — site @ dafe4b4791c916c79f63d63d0107fb483d95788a

source for my site, found at icyphox.sh

fix(css): responsive breakpoints
Anirudh icyph0x@pm.me
Wed, 11 Jul 2018 14:22:11 +0530
commit

dafe4b4791c916c79f63d63d0107fb483d95788a

parent

bb374ee6d3a7166ff2ebe2301903cb4e4bf7a3ea

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M build/static/style.cssbuild/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.cssstatic/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;