diff --git a/assets/u/static/generic-header.css b/assets/u/static/generic-header.css index 6ab12a5..6127197 100644 --- a/assets/u/static/generic-header.css +++ b/assets/u/static/generic-header.css @@ -1,3 +1,7 @@ +:root { + font-size: 16px; +} + .blue-bg { background-color: #40a9e3; } @@ -17,7 +21,13 @@ h1.generic-header { line-height: 6rem; - text-transform: uppercase; font-size: 7rem; + text-transform: uppercase; } - \ No newline at end of file + +@media only screen and (max-width: 1068px){ + h1.generic-header { + font-size: 10vw; + line-height: 12vw; + } +} \ No newline at end of file