Change footer flex-wrap to nowrap for improved layout consistency
This commit is contained in:
parent
450162c198
commit
ec0900064b
@ -330,7 +330,7 @@ footer {
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icon svg {
|
.social-icon svg {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user