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