From ffd871a8f31c330ee5d077f0c3696b6b9b053228 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 10 Dec 2024 22:24:59 -0600 Subject: [PATCH] add transition to make things stylish also center link icons in mobile view --- home.css | 8 ++++++++ style.css | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/home.css b/home.css index d8aca1e..434e85a 100644 --- a/home.css +++ b/home.css @@ -134,4 +134,12 @@ } } } + + .socials-contacts-list { + text-align: center; + a { + margin-top: .5rem; + margin-bottom: .5rem; + } + } } diff --git a/style.css b/style.css index a138fc6..22c7b6b 100644 --- a/style.css +++ b/style.css @@ -124,7 +124,7 @@ body { margin-right: auto; margin-bottom: 3.4em; - transition: .2s border-color; + transition: .2s; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } @@ -801,6 +801,8 @@ footer { } .terminal { + transition: .2s; + .term-titlebar { margin: -16px 0px -24px; }