🐛 fix: set svg max-height only for social icons

main
welpo 2 years ago
parent e3bd75e9e3
commit 4df7cdcb7a
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -23,6 +23,10 @@ footer nav {
flex-wrap: wrap;
align-items: flex-end;
svg {
max-height: 15px;
}
ul {
gap: 5px;
}

@ -34,10 +34,6 @@ figure h4::before {
content: "";
}
svg {
max-height: 15px;
}
.img-dark {
display: none;
}

Loading…
Cancel
Save