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; }