diff --git a/static/site.css b/static/site.css index 0fede6f..0dca617 100644 --- a/static/site.css +++ b/static/site.css @@ -41,6 +41,9 @@ body { body { font-size: 5vw; } + h1{ + font-size: 30px; + } } .title-responsive{ @@ -55,6 +58,12 @@ body { } } +@media (max-width: 1300px) and (min-width: 766px){ + h1{ + font-size: 3.5vw; + } +} + @media (max-width: 900px) { .title-responsive{ font-size: 2.2vw !important;