Merge branch 'main' of git.deuxfleurs.fr:distorsion/distorsion.interhacker.space
This commit is contained in:
commit
828e659c06
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