From ea31476aa77fc70c2cb2f947760774f031d7dc4b Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 4 Aug 2021 11:36:30 +0200 Subject: Reduce heading size on small screens --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 7f49f16..998db0f 100644 --- a/style.css +++ b/style.css @@ -16,3 +16,9 @@ code { background-color: #eee; padding: 5px 5px; } + +@media screen and (max-width: 400px) { + h1 { + font-size: 1.5em; + } +} -- cgit 1.4.1-2-gfad0