add transition to make things stylish also center link icons in mobile view
This commit is contained in:
parent
e585f47e93
commit
ffd871a8f3
2 changed files with 11 additions and 1 deletions
8
home.css
8
home.css
|
|
@ -134,4 +134,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.socials-contacts-list {
|
||||
text-align: center;
|
||||
a {
|
||||
margin-top: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue