diff --git a/css/styles.css b/css/styles.css index c055e30..ecd7423 100644 --- a/css/styles.css +++ b/css/styles.css @@ -78,7 +78,7 @@ a:hover { text-decoration: underline; } .hidden { display: none; } .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:hover { text-decoration: underline; }