Skip the top menu when scrolling on small screens

This commit is contained in:
Kostas Chatzikokolakis 2024-07-09 10:02:18 +03:00 committed by zjedi
parent 8bc71355a6
commit a20a2ff6cd

View file

@ -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;
}