From b4085ed4762079f3d4f93ffb324b5a58ab1b3833 Mon Sep 17 00:00:00 2001 From: Vadim-B52 <39637540+Vadim-B52@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:40:26 +0300 Subject: [PATCH] Update styles.css --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 5957a66..52aed83 100644 --- a/styles.css +++ b/styles.css @@ -33,7 +33,7 @@ a:hover { text-decoration: underline; /* Подчеркивание при наведении для визуальной индикации */ } -@media (max-width: 600px) { +@media (max-width: 430px) { body { padding: 5px; }