From 98d2f764383eaba0dd6163b93826459b614b67d2 Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 27 Feb 2024 20:40:54 +0330 Subject: [PATCH] style: decrease padding --- src/components/about/about.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/about/about.module.css b/src/components/about/about.module.css index 072a72a..d9960a6 100644 --- a/src/components/about/about.module.css +++ b/src/components/about/about.module.css @@ -55,7 +55,7 @@ display: flex; align-items: center; justify-content: center; - padding: 12px 16px; + padding: 10px 16px; margin-top: 20px; font-size: var(--font-sm); font-weight: 500;