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 | |
parent | 47ad2d183c2487539c07918763ccce3daee2b665 (diff) |
fork: Typo as Tastefejl
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/main.css | 22 | ||||
-rw-r--r-- | assets/css/vars.css | 6 |
2 files changed, 2 insertions, 26 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 9c4b39e..83c0e1f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -298,26 +298,6 @@ footer a { font-weight: bold; } -/* Social Icons */ - -.social-icons { - padding: 12px 0; - margin-bottom: var(--social-icons-bottom-margin) -} - -.social-icons a { - text-decoration: none; -} - -.social-icons a:not(:last-of-type) { - margin-inline-end: 12px; -} - -.social-icons a svg { - height: 20px; - width: 20px; -} - /* Single post page */ .single-intro-container { @@ -633,4 +613,4 @@ blockquote { blockquote p { margin-left: 1rem; margin-right: 1rem; -}
\ No newline at end of file +} 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 +} |