mirror of
https://github.com/shadoll/m5y.git
synced 2026-08-28 11:33:21 +00:00
fixed footer position
This commit is contained in:
+9
-3
@@ -144,12 +144,18 @@
|
|||||||
|
|
||||||
/* Screen 2 — apps */
|
/* Screen 2 — apps */
|
||||||
#apps {
|
#apps {
|
||||||
justify-content: center;
|
padding: 3.5rem 1.5rem 0;
|
||||||
align-items: center;
|
|
||||||
padding: 3.5rem 1.5rem 1.5rem;
|
|
||||||
background: linear-gradient(180deg, #05060a 0%, #0a0c14 100%);
|
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 {
|
.apps-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 2.25rem;
|
margin-bottom: 2.25rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user