header : improve spacing
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
isUnknown 2026-06-23 16:08:06 +02:00
parent 5b8032c3b4
commit aa3bee11fa
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@
inset: 0;
z-index: 1;
padding: 1rem 2rem;
padding: 0 2rem;
border-right: var(--border);
border-left: var(--border);

View file

@ -229,7 +229,7 @@ summary {
position: relative;
inset: 0;
z-index: 1;
padding: 1rem 2rem;
padding: 0 2rem;
border-right: var(--border);
border-left: var(--border);
border-bottom: var(--border);

File diff suppressed because one or more lines are too long