Doc: Fixed scrolling to anchors

pull/5163/head
Laurent Cozic 2021-07-04 18:29:55 +01:00
parent af15b8359b
commit bfc8c1e3c1
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
html {
/* https://css-tricks.com/fixed-headers-on-page-links-and-overlapping-content-oh-my/ */
scroll-padding-top: 110px;
}
* {
outline: none;
font-family: "Montserrat", sans-serif;

View File

@ -1,3 +1,8 @@
html {
/* https://css-tricks.com/fixed-headers-on-page-links-and-overlapping-content-oh-my/ */
scroll-padding-top: 110px;
}
* {
outline: none;
font-family: "Montserrat", sans-serif;