mirror of
https://github.com/shadoll/m5y.git
synced 2026-08-28 03:27:16 +00:00
fixed footer position
This commit is contained in:
+9
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user