Small style fixes

This commit is contained in:
distorsion 2025-01-24 23:25:47 +01:00
parent fd4fa7c1d0
commit 05f65cd430
2 changed files with 7 additions and 2 deletions

View file

@ -43,11 +43,11 @@ theme = 'distorsion'
lazyloading = true lazyloading = true
[[menu.main]] [[menu.main]]
name = "à propos" name = "À propos"
url = "/#about" url = "/#about"
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
name = "blog" name = "Blog"
url = "/#blog" url = "/#blog"
weight = 2 weight = 2
[[menu.main]] [[menu.main]]

View file

@ -225,6 +225,11 @@ time {
margin-top: $vertical-rhythm; margin-top: $vertical-rhythm;
} }
h3 {
font-size: 1.3rem;
word-wrap: break-word;
}
.contact-submit { .contact-submit {
position: relative; position: relative;
} }