add transition to make things stylish also center link icons in mobile view

This commit is contained in:
Ruben 2024-12-10 22:24:59 -06:00
commit ffd871a8f3
No known key found for this signature in database
GPG key ID: AE181294E97E4802
2 changed files with 11 additions and 1 deletions

View file

@ -134,4 +134,12 @@
}
}
}
.socials-contacts-list {
text-align: center;
a {
margin-top: .5rem;
margin-bottom: .5rem;
}
}
}

View file

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