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
|
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]]
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue