Skip to content
Snippets Groups Projects
Commit 69612a13 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: Add scroll-margin-top css rule for all section tags

parent a96ce316
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,10 @@ code { ...@@ -12,6 +12,10 @@ code {
monospace; monospace;
} }
a { a {
color: rgb(0, 121, 244); color: rgb(0, 121, 244);
} }
\ No newline at end of file
section {
scroll-margin-top: 64px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment