Enlarge social links in /me
This commit is contained in:
parent
c7c132d063
commit
e0c9c69617
@ -54,3 +54,15 @@ ul.socialLinks {
|
|||||||
max-width: 1em;
|
max-width: 1em;
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: 556px) {
|
||||||
|
.socialLinks li {
|
||||||
|
width: 90vw;
|
||||||
|
height: 3rem;
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user