From 4ee80f4aa67243d8651c1e67d9d15daacf028ffc Mon Sep 17 00:00:00 2001 From: N3dal Date: Mon, 20 Apr 2020 12:16:08 +0200 Subject: [PATCH] fix displaybreiten 1000px-1009px --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3752d8b..300918f 100644 --- a/style.css +++ b/style.css @@ -45,7 +45,7 @@ section { border-radius: 5px; } -@media only screen and (max-width: 1000px) { +@media only screen and (max-width: 1010px) { h1 { font-size: 1.5em; text-align: center;