chansung commited on
Commit
79c3804
·
verified ·
1 Parent(s): 07d436f

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -0
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 */