From 824a54da80ade64aed0971a5fe34b867b041f002 Mon Sep 17 00:00:00 2001 From: mac Date: Sun, 30 Jun 2024 20:48:45 +0300 Subject: [PATCH] Add padding --- styles/Colors.module.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/Colors.module.scss b/styles/Colors.module.scss index 7b06052..f92ee3a 100644 --- a/styles/Colors.module.scss +++ b/styles/Colors.module.scss @@ -1,8 +1,9 @@ .colors { - width: 100%; height: 100%; display: flex; overflow-x: auto; + margin-left: 20px; flex-direction: row; - padding: 0 20px 20px 20px; + padding-bottom: 20px; + width: calc(100% - 40px); }