From 2381302decb245587dd11254b70324bee68f5287 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 3 Nov 2024 02:47:07 +0000 Subject: [PATCH] maybe fixing this ancient typo will do something good? --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 3ad800b..78ecd2f 100644 --- a/styles.css +++ b/styles.css @@ -106,7 +106,7 @@ div.app:hover { opacity: 1; } @media screen and (max-width:500px) { - .contact { + .contacts { width: 100%; grid-template-areas: 'one two'; }