feat: Refine footer layout by adjusting alignment and flex properties
This commit is contained in:
@@ -3450,18 +3450,16 @@ p:last-child { margin-bottom: 0; }
|
|||||||
padding-block: 1.5rem;
|
padding-block: 1.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
}
|
}
|
||||||
.footer-bottom p {
|
.footer-bottom p {
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
color: rgba(255,255,255,.3);
|
color: rgba(255,255,255,.3);
|
||||||
text-align: left;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
.footer-bottom .theme-toggle {
|
.footer-bottom .theme-toggle {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── 15a. FAQ Accordion ─────────────────────────────────────── */
|
/* ── 15a. FAQ Accordion ─────────────────────────────────────── */
|
||||||
|
|||||||
Reference in New Issue
Block a user