🐛 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;
|
flex-wrap: wrap;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
max-height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
@ -34,10 +34,6 @@ figure h4::before {
|
|||||||
content: "↳ ";
|
content: "↳ ";
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
|
||||||
max-height: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.img-dark {
|
.img-dark {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user