Remove whitespaces before sending

This commit is contained in:
2025-12-04 20:21:09 +03:00
committed by Sweetbread
parent c0dc079a71
commit e776f09b0f
3 changed files with 10 additions and 5 deletions
+4
View File
@@ -95,6 +95,10 @@ header {
background-color: $mantle;
padding: .5rem;
font-size: larger;
.header-links * + * {
padding-left: 1ch;
}
}
footer {