diff --git a/src/style.css b/src/style.css index 03b1e7b..73bfdeb 100644 --- a/src/style.css +++ b/src/style.css @@ -216,6 +216,14 @@ input[type="date"]:focus { @media only screen and (max-width: 600px) { + h1 { + font-size: 26px; + } + + h2 { + font-size: 24px; + } + .section { padding: 10px; margin-bottom: 10px;