sommaire revue 27

This commit is contained in:
hugogogo
2021-03-15 21:42:59 +01:00
parent 78c6852e56
commit 27164e5c61
2 changed files with 12 additions and 7 deletions

View File

@@ -14,10 +14,11 @@ body main h1 {
border-bottom: 1px solid var(--color-lines-1);
}
body main h2 {
padding: 20px 0px 10px 0px;
/* padding top of 40px to let the space for the nav height when using anchor*/
padding: 40px 0px 10px 0px;
border-bottom: 1px solid var(--color-lines-1);
}
body main h3 {
padding: 20px 0px 0px 0px;
padding: 40px 0px 0px 0px;
}