From 48fabdb2581f08399e9f58d6c2c3b13a915376b3 Mon Sep 17 00:00:00 2001 From: Iryna Rozmaita Date: Mon, 15 Jan 2024 10:34:44 +0200 Subject: [PATCH] update.style.css --- src/styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 69b7d2c..bc67d57 100644 --- a/src/styles.css +++ b/src/styles.css @@ -10,6 +10,12 @@ body { margin: 0; } +@media (max-width: 600px) { + body { + background-color: #faebd7; + } +} + ul { margin: 0; padding: 0; @@ -100,11 +106,13 @@ p { height: 800px; } + + .box-description{ display: flex; } -@media (max-width: 600px) { +@media (max-width: 720px) { .box-description { flex-wrap: wrap; }