diff options
| author | Ryan Vogel <[email protected]> | 2026-01-25 21:41:12 -0500 |
|---|---|---|
| committer | Ryan Vogel <[email protected]> | 2026-01-25 21:41:12 -0500 |
| commit | 8c4bf225f29f26635158333785dbdb4e6923bfb7 (patch) | |
| tree | a09e403d87783ad67b2ba740aa666a63cd4ba9b8 /packages/console | |
| parent | 99ae3a7717a825d1a8ff221fc18c104fc004ab91 (diff) | |
| download | opencode-8c4bf225f29f26635158333785dbdb4e6923bfb7.tar.gz opencode-8c4bf225f29f26635158333785dbdb4e6923bfb7.zip | |
fix(web): update spacing on the changelog page
Diffstat (limited to 'packages/console')
| -rw-r--r-- | packages/console/app/src/routes/changelog/index.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/console/app/src/routes/changelog/index.css b/packages/console/app/src/routes/changelog/index.css index 233d85cc0..e5dd3ff74 100644 --- a/packages/console/app/src/routes/changelog/index.css +++ b/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; |
