From 6975bcd669fc80ef5215651201bc5804428d8708 Mon Sep 17 00:00:00 2001 From: kavabunga Date: Tue, 16 Jan 2024 17:14:49 +0200 Subject: [PATCH] fix: fix profile details mobile layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Поправил верстку вкладки с данными пользователя для маленьких экранов closes #301 --- src/pages/profile/profile-user/profile-user.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/profile/profile-user/profile-user.module.scss b/src/pages/profile/profile-user/profile-user.module.scss index 95ed76f0..25d82cb4 100644 --- a/src/pages/profile/profile-user/profile-user.module.scss +++ b/src/pages/profile/profile-user/profile-user.module.scss @@ -7,7 +7,7 @@ @media screen and (width <= 768px) { max-width: 320px; - margin-left: 0; + margin: 0 auto; } }