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
[[menu.main]]
name = "à propos"
name = "À propos"
url = "/#about"
weight = 1
[[menu.main]]
name = "blog"
name = "Blog"
url = "/#blog"
weight = 2
[[menu.main]]

View file

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