Răsfoiți Sursa

fix(web): update spacing on the changelog page

Ryan Vogel 3 săptămâni în urmă
părinte
comite
8c4bf225f2
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      packages/console/app/src/routes/changelog/index.css

+ 3 - 3
packages/console/app/src/routes/changelog/index.css

@@ -478,8 +478,8 @@
     [data-component="highlights"] {
       display: flex;
       flex-direction: column;
-      gap: 2rem;
-      margin-bottom: 1.5rem;
+      gap: 3rem;
+      margin-bottom: 0.75rem;
     }
 
     [data-component="collapsible-sections"] {
@@ -563,7 +563,7 @@
       }
 
       [data-slot="highlight-item"] {
-        margin-bottom: 24px;
+        margin-bottom: 48px;
 
         &:last-child {
           margin-bottom: 0;