fix: keep footer at the bottom of the page

هذا الالتزام موجود في:
Abdul Kareem
2026-03-23 01:42:30 +03:00
الأصل 100069144a
التزام 7434c7d0ce

عرض الملف

@@ -18,6 +18,9 @@
} }
body { body {
min-height: 100vh;
display: flex;
flex-direction: column;
background: var(--bg); background: var(--bg);
color: var(--text-main); color: var(--text-main);
line-height: 1.6; line-height: 1.6;
@@ -281,7 +284,7 @@ body {
} }
footer { footer {
margin-top: 24px; margin-top: auto;
background: #2b1b1b; background: #2b1b1b;
color: #fff; color: #fff;
text-align: center; text-align: center;