Compare commits

...

1 Commits

Author SHA1 Message Date
Ryan Vogel 1aed71d1a8 fix: add 44px top padding to sticky version header on changelog 2026-01-26 12:01:48 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@
top: 80px;
align-self: start;
background: var(--color-background);
padding: 8px 0;
padding: 44px 0 8px;
@media (max-width: 50rem) {
position: static;