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;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
}
|
||||
.footer-bottom p {
|
||||
font-size: .8rem;
|
||||
color: rgba(255,255,255,.3);
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
.footer-bottom .theme-toggle {
|
||||
margin-left: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* ── 15a. FAQ Accordion ─────────────────────────────────────── */
|
||||
|
||||
Reference in New Issue
Block a user