* On narrow screens, bump the footer links to a second row. Re #2260. Thanks to @kittee for CSS assistance. * Prettified Code! Co-authored-by: heller <heller@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
height: var(--footer-height);
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
@@ -19,11 +20,10 @@
|
||||
}
|
||||
|
||||
.links {
|
||||
column-gap: 2rem;
|
||||
width: auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
.item {
|
||||
margin-left: 1.2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user