Skip the top menu when scrolling on small screens
This commit is contained in:
parent
8bc71355a6
commit
a20a2ff6cd
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@
|
|||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
/* skip the top menu when scrolling */
|
||||
.post-holder .post {
|
||||
scroll-margin-top: 48px;
|
||||
}
|
||||
|
||||
.post-template .post {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue