From 5ede1ddf0cc12f715ffff097c8a716c965019acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Bie=C5=84?= Date: Sat, 24 Aug 2024 17:39:39 +0200 Subject: [PATCH] update heading --- docs/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 478fb95..551a87e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,7 +27,12 @@ h1 { color: black; - font-size: 120px; + font-size: 80px; + } + @media screen and (min-width: 768px) { + h1 { + font-size: 120px; + } } pre {