🐛 fix: set svg max-height only for social icons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user