From 8e0e64aca04313047647e24786b76e3c1eeb6922 Mon Sep 17 00:00:00 2001 From: Denis Anikin Date: Sun, 15 Oct 2023 22:33:17 +0300 Subject: [PATCH] Responsiveness --- front/src/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/src/index.scss b/front/src/index.scss index 23bf68f..ae01a25 100644 --- a/front/src/index.scss +++ b/front/src/index.scss @@ -174,7 +174,8 @@ button { cursor: pointer; border-radius: 4px; color: $color-acc2; - width: $wide-width; + width: 100%; + max-width: $wide-width; list-style: none; border-radius: 6px; padding: 5px 0;