diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-16 19:10:21 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 20:52:56 +0200 |
commit | f5613007297731d12f65ef81e1abacafe1f38cec (patch) | |
tree | bff774bfb996e0605ee9309c8cfe77037d103f50 /assets/css/vars.css | |
parent | 47ad2d183c2487539c07918763ccce3daee2b665 (diff) |
fork: Typo as Tastefejl
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 +} |