🐛 fix: set svg max-height only for social icons
This commit is contained in:
parent
e3bd75e9e3
commit
4df7cdcb7a
@ -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…
x
Reference in New Issue
Block a user