Balanced icons in footer
This commit is contained in:
parent
a3fe0e6844
commit
99172bb852
@ -51,11 +51,19 @@ footer {
|
||||
.footer__social_media_icons {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
flex-wrap: row balance;
|
||||
flex-grow: 1;
|
||||
justify-content: space-between;
|
||||
row-gap: 16px;
|
||||
column-gap: 8px;
|
||||
|
||||
@media (max-width: 600px) {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
a {
|
||||
padding: 2px 8px;
|
||||
display: inline-flex;
|
||||
|
||||
svg {
|
||||
width: 24px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user