From 04e7a2379e0c4f96b2c6050645348572e4e76993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20M=C3=A4lman?= Date: Wed, 2 Sep 2026 21:37:52 +0200 Subject: [PATCH] Fix viewport meta tag and update h2 background color for better responsiveness --- index.html | 2 +- src/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index c3be251..daf2ec1 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ En gång är ingen gång! - + diff --git a/src/style.css b/src/style.css index 8d4dbbc..3d10150 100644 --- a/src/style.css +++ b/src/style.css @@ -26,7 +26,6 @@ h2 { font-weight: 700; padding: 3rem; color: #2196F3; - background-color: #0ff; background-color: rgba(0, 0, 0, .5); text-align: center; white-space: nowrap;