jlelse
/
Indieroad
Archived
1
Fork 0

Add CSS to fix multiple footer menu entries

This commit is contained in:
Jan-Lukas Else 2019-09-09 17:36:23 +02:00
parent f2de3ac14a
commit 070f881a53
1 changed files with 8 additions and 2 deletions

View File

@ -818,8 +818,14 @@ textarea {
}
.links {
order: 3;
a:hover {
cursor: pointer;
a {
margin-left: 15px;
&:first-child {
margin-left: 0;
}
&:hover {
cursor: pointer;
}
}
@media screen and (max-width: $break3) {
padding-bottom: 8px;