fix trailing whitespace

This commit is contained in:
Neil Hanlon 2024-02-19 16:55:25 -05:00
parent 95e2d48c7a
commit cf37118113
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
site/
.cache/

View File

@ -1,7 +1,7 @@
:root {
@media screen and (max-width: 76.234375em) {
.md-nav__title[for="__drawer"] {
background: linear-gradient(135deg, #10b981 0%, #1055b9 100%);
background: linear-gradient(135deg, #10b981 0%, #1055b9 100%);
}
}
}