Remove whitespaces before sending

This commit is contained in:
2025-12-04 20:21:09 +03:00
parent 19530f563d
commit 92ffd3075f
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 {