diff --git a/code/html/custom.css b/code/html/custom.css index f169719f..0779278c 100644 --- a/code/html/custom.css +++ b/code/html/custom.css @@ -30,6 +30,13 @@ color: #777777; } +@media screen and (max-width: 32em) { + .header > h1 { + line-height: 100%; + font-size: 2em; + } +} + h2 { font-size: 1em; } diff --git a/code/html/index.html b/code/html/index.html index 85beb1b8..0de831d8 100644 --- a/code/html/index.html +++ b/code/html/index.html @@ -447,6 +447,13 @@