Small style fixes
This commit is contained in:
parent
fd4fa7c1d0
commit
05f65cd430
2 changed files with 7 additions and 2 deletions
|
@ -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]]
|
||||
|
|
|
@ -225,6 +225,11 @@ time {
|
|||
margin-top: $vertical-rhythm;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.3rem;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.contact-submit {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue