Add scroll padding

This commit is contained in:
2026-07-01 13:57:05 -05:00
parent 6acc56e87c
commit ddf9bb79e2

View File

@@ -157,6 +157,7 @@ body {
html {
font-size: 13px;
height: 100%;
scroll-padding-top: var(--space-2xl);
}
abbr {
cursor: help;
@@ -240,7 +241,6 @@ body {
font-size: var(--step-0);
height: 100cqh;
padding-inline: var(--grid-gutter);
/*! width: 100vw; */
}
button {
align-items: center;
@@ -715,6 +715,7 @@ article > .post-image,
nav {
background-color: var(--nav-footer-color);
border-bottom: var(--border-header-footer);
height: var(--space-xl);
left: 0;
margin-left: calc(var(--grid-gutter) * -1);
margin-right: calc(var(--grid-gutter) * -1);