staging #1

Merged
groot merged 5 commits from staging into main 2025-05-06 10:20:47 +00:00
Showing only changes of commit b2dc65e024 - Show all commits

View File

@@ -86,7 +86,7 @@ header, footer {
header {
position: sticky; top: 0; z-index: 10;
display: flex; justify-content: space-between; align-items: center;
padding: 1rem calc(var(--gap) / 1.2);
padding: 10px calc(var(--gap) / 1.2);
}
header h1 { margin: 0; font-size: 1.4rem; }
footer {