diff options
Diffstat (limited to 'assets/css/vars.css')
-rw-r--r-- | assets/css/vars.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/assets/css/vars.css b/assets/css/vars.css index 7f9a8a9..16ebb4b 100644 --- a/assets/css/vars.css +++ b/assets/css/vars.css @@ -49,9 +49,6 @@ --code-border-radius: 10px; --copy-code-button-border-radius: 7px; - /* Social section */ - --social-icons-bottom-margin: 3rem; - /* Footer */ --footer-height: 3rem; @@ -76,7 +73,6 @@ @media screen and (max-width: 640px) { :root { --header-top-gap: 1rem; - --social-icons-bottom-margin: 0rem; --caption-padding: calc(2 * var(--main-padding)); } -}
\ No newline at end of file +} |