Remove unnecessary spaces at the end of HTML tag.

This commit is contained in:
Greg Burri 2025-05-06 22:35:40 +02:00
parent 1b85c275e2
commit 45f4e2d169
5 changed files with 16 additions and 8 deletions

View file

@ -90,6 +90,14 @@ body {
ul {
padding-left: 20px;
li {
margin-bottom: calc(consts.$margin / 2);
a {
padding: calc(consts.$margin / 2);
}
}
}
hr {