Fix: footer text in one line with white-space: nowrap
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ a:hover { text-decoration: underline; }
|
|||||||
.hidden { display: none; }
|
.hidden { display: none; }
|
||||||
.success-msg { padding: 12px; background: #d1fae5; border: 1px solid #34d399; border-radius: 8px; color: #065f46; margin-bottom: 16px; text-align: center; }
|
.success-msg { padding: 12px; background: #d1fae5; border: 1px solid #34d399; border-radius: 8px; color: #065f46; margin-bottom: 16px; text-align: center; }
|
||||||
|
|
||||||
.footer { margin-top: 64px; padding-top: 32px; border-top: 2px solid var(--black); text-align: center; font-size: 1rem; }
|
.footer { margin-top: 64px; padding-top: 32px; border-top: 2px solid var(--black); text-align: center; font-size: 1rem; white-space: nowrap; }
|
||||||
.footer a { font-weight: 600; text-decoration: none; }
|
.footer a { font-weight: 600; text-decoration: none; }
|
||||||
.footer a:hover { text-decoration: underline; }
|
.footer a:hover { text-decoration: underline; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user