Merge remote-tracking branch 'playground/master'

This commit is contained in:
Kuba Orlik 2026-06-02 15:56:06 +02:00
commit cf92a64753

View File

@ -51,10 +51,12 @@ footer {
.footer__social_media_icons { .footer__social_media_icons {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
gap: 8px;
flex-grow: 1; flex-grow: 1;
justify-content: space-between; justify-content: space-between;
a {
padding: 2px 8px;
svg { svg {
width: 24px; width: 24px;
height: 24px; height: 24px;
@ -64,6 +66,7 @@ footer {
} }
} }
} }
}
.footer__attribution { .footer__attribution {
text-align: center; text-align: center;