Skip to content
Snippets Groups Projects
Commit 3eae6028 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

custom.css: Prevent overlaps with top bar and anchors

Closes T1264
parent a6aa308c
No related branches found
No related tags found
No related merge requests found
......@@ -59,3 +59,11 @@ a {
padding-right: 3px;
padding-bottom: 3px;
}
/* Prevent overlaps with top bar and anchors */
:target::before {
content: "";
display: block;
height: 30px;
margin: -30px 0 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment