From e383010a2e217383a6bf09c660a61c296372767a Mon Sep 17 00:00:00 2001 From: infinitycrew39 Date: Thu, 3 Jul 2025 22:30:52 +0700 Subject: [PATCH 1/3] update css themtoggle page --- src/components/themetoggle/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/themetoggle/style.css b/src/components/themetoggle/style.css index ad7d210..0e42d82 100644 --- a/src/components/themetoggle/style.css +++ b/src/components/themetoggle/style.css @@ -1,12 +1,12 @@ .theme_toggler { background: var(--primary-color); z-index: 999999999; - left: 10px; + left: 12px; background: var(--primary-color); display: flex; height: 50px; align-items: center; - padding-left: 10px; + padding-left: 12px; } .theme_toggler svg { From 0210c1b3beb44d5fd1c2d9745aeddcd6020f5692 Mon Sep 17 00:00:00 2001 From: infinitycrew39 Date: Thu, 3 Jul 2025 22:32:21 +0700 Subject: [PATCH 2/3] update css social page --- src/components/socialicons/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/socialicons/style.css b/src/components/socialicons/style.css index ada83fe..dfe9146 100644 --- a/src/components/socialicons/style.css +++ b/src/components/socialicons/style.css @@ -20,10 +20,10 @@ } .stick_follow_icon p { - top: 70px; + top: 71px; left: -24px; width: 68px; - height: 20px; + height: 21px; color: var(--text-color); font-size: 12px; font-weight: 600; From 4e8456108c13e4f4cddcaee4ea859f4eaaa7088f Mon Sep 17 00:00:00 2001 From: infinitycrew39 Date: Thu, 3 Jul 2025 22:33:02 +0700 Subject: [PATCH 3/3] update css app page --- src/app/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.css b/src/app/App.css index 64fb502..2d2b13b 100644 --- a/src/app/App.css +++ b/src/app/App.css @@ -1,6 +1,6 @@ @media only screen and (max-width: 991px) { .s_c { - padding-top: 40px; + padding-top: 41px; } }