refactor link styles
This commit is contained in:
parent
f4019437c5
commit
1d8bcaf080
6 changed files with 16 additions and 18 deletions
|
@ -96,13 +96,17 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.social-media a {
|
||||
.social-media li:not(:first-child) {
|
||||
margin-left: 36px;
|
||||
}
|
||||
|
||||
.social-link {
|
||||
color: #fff;
|
||||
filter: drop-shadow(0 0 10px rgba(0,0,0,.5));
|
||||
transition: opacity .3s ease-out;
|
||||
}
|
||||
|
||||
.social-media a:hover {
|
||||
.social-link:hover {
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
|
@ -112,10 +116,6 @@
|
|||
fill: currentColor;
|
||||
}
|
||||
|
||||
.social-media li:not(:first-child) {
|
||||
margin-left: 36px;
|
||||
}
|
||||
|
||||
@media (width < 640px) {
|
||||
.introduction {
|
||||
padding: 6.5rem 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue