Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -19,6 +19,11 @@ body {
|
|
19 |
min-height: 100vh; /* Ensure gradient covers full viewport height */
|
20 |
}
|
21 |
|
|
|
|
|
|
|
|
|
|
|
22 |
/* --- Layout Heights --- */
|
23 |
:root {
|
24 |
--history-panel-expanded-height: 12rem; /* 192px */
|
|
|
19 |
min-height: 100vh; /* Ensure gradient covers full viewport height */
|
20 |
}
|
21 |
|
22 |
+
/* Apply justify-center to main-content when CTA is active */
|
23 |
+
#main-content.justify-center-cta-active {
|
24 |
+
justify-content: center;
|
25 |
+
}
|
26 |
+
|
27 |
/* --- Layout Heights --- */
|
28 |
:root {
|
29 |
--history-panel-expanded-height: 12rem; /* 192px */
|