mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
🐛 fix: set svg max-height only for social icons
This commit is contained in:
parent
e3bd75e9e3
commit
4df7cdcb7a
2 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue