diff --git a/hugo.toml b/hugo.toml index c11fd54..89ec135 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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]] diff --git a/themes/distorsion/assets/sass/main.scss b/themes/distorsion/assets/sass/main.scss index e15f537..601c4e5 100644 --- a/themes/distorsion/assets/sass/main.scss +++ b/themes/distorsion/assets/sass/main.scss @@ -225,6 +225,11 @@ time { margin-top: $vertical-rhythm; } + h3 { + font-size: 1.3rem; + word-wrap: break-word; + } + .contact-submit { position: relative; }