all repos — site @ 458ddab9344197bcd3bb27411d55dae362055bf2

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

458ddab9344197bcd3bb27411d55dae362055bf2

parent

6c8cf2a4fef15fa705ebb726ae6ca0128bf7c8fe

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

jump to
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;