From 3b5b22e38dab795fc11e367c30636a3dcd4972fb Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 30 Apr 2024 22:12:00 +0200 Subject: Added list summaries configuration, tweaked social icons margin on mobile --- assets/css/vars.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'assets/css/vars.css') diff --git a/assets/css/vars.css b/assets/css/vars.css index e3816e8..f68ff44 100644 --- a/assets/css/vars.css +++ b/assets/css/vars.css @@ -29,10 +29,13 @@ --toc-margin-top: 2rem; --toc-margin-bottom: 3rem; - /* code */ + /* Code */ --code-padding: 1.5rem; --code-border-radius: 10px; + /* Social section */ + --social-icons-bottom-margin: 3rem; + /* Footer */ --footer-height: 3rem; @@ -61,5 +64,6 @@ @media screen and (max-width: 640px) { :root { --header-top-gap: 1rem; + --social-icons-bottom-margin: 0rem; } } \ No newline at end of file -- cgit v1.2.3