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; } } 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; 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 {