diff --git a/index.html b/index.html
index d131f06..756c2b1 100644
--- a/index.html
+++ b/index.html
@@ -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;