From 35ffcc3cc77862fb5db89e1be6e6284dbb7a6b3a Mon Sep 17 00:00:00 2001 From: jabuxas Date: Mon, 27 Jan 2025 13:16:23 -0300 Subject: [PATCH] fix: adjust css styles --- dev/style.css | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/dev/style.css b/dev/style.css index 4e3794f..cfae614 100644 --- a/dev/style.css +++ b/dev/style.css @@ -47,44 +47,49 @@ img { .icon { font-family: "Terminess Nerd Font"; - font-size: 2em; + font-size: 1.5em; + margin-bottom: 5px; } .icon:before { - margin-right: 20px; + margin-right: 30px; } .mail-icon:before { content: "\f42f"; - font-size: 2em; + font-size: 1.5em; + padding-right: 6px; } .github-icon:before { content: "\f09b"; - font-size: 2em; + font-size: 1.5em; + padding-right: 6px; } .gitea-icon:before { content: "\e702"; - font-size: 2.8em; + font-size: 2em; + padding-right: 1px; } .paste-icon:before { content: "\f429"; - font-size: 2em; - padding-left: 7px; + font-size: 1.5em; + padding-right: 4px; + padding-left: 4px; } .mastodon-icon:before { content: "\edc0"; font-size: 2em; - padding-left: 4px; } .blog-icon:before { content: "\e287"; - font-size: 2em; - padding-left: 4px; + font-size: 1.5em; + padding-right: 8px; + /* padding-left: 4px; */ } footer {