fixed footer position

This commit is contained in:
sha
2026-07-25 16:55:07 +03:00
parent 473f9a00c9
commit a1beacb230
+9 -3
View File
@@ -144,12 +144,18 @@
/* Screen 2 — apps */
#apps {
justify-content: center;
align-items: center;
padding: 3.5rem 1.5rem 1.5rem;
padding: 3.5rem 1.5rem 0;
background: linear-gradient(180deg, #05060a 0%, #0a0c14 100%);
}
.apps-content {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.apps-header {
text-align: center;
margin-bottom: 2.25rem;