Balanced icons in footer

This commit is contained in:
Kuba Orlik 2026-08-20 15:14:11 +02:00
parent a3fe0e6844
commit 99172bb852

View File

@ -51,11 +51,19 @@ footer {
.footer__social_media_icons { .footer__social_media_icons {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
flex-wrap: row balance;
flex-grow: 1; flex-grow: 1;
justify-content: space-between; justify-content: space-between;
row-gap: 16px;
column-gap: 8px;
@media (max-width: 600px) {
justify-content: center;
}
a { a {
padding: 2px 8px; padding: 2px 8px;
display: inline-flex;
svg { svg {
width: 24px; width: 24px;