From 324c4e1024e6d1c4fc72eeae2baeee6565512a6c Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Wed, 4 Dec 2024 17:03:46 +0300 Subject: [PATCH] fix mobile styles --- client/src/components/SetupGuide/Guide.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/src/components/SetupGuide/Guide.css b/client/src/components/SetupGuide/Guide.css index ca2bc9c6..8b4d4116 100644 --- a/client/src/components/SetupGuide/Guide.css +++ b/client/src/components/SetupGuide/Guide.css @@ -16,7 +16,13 @@ .guide__list { margin-top: 16px; - padding-left: 24px; + padding-left: 0; +} + +@media screen and (min-width: 768px) { + .guide__list { + padding-left: 24px; + } } .guide__address {