Fix header of Preferences, Security, etc.

This commit is contained in:
Sean King 2020-06-10 19:48:22 +00:00 committed by Alex Gleason
parent 5e60fe1954
commit 163e26cb42

View file

@ -259,7 +259,13 @@
padding: 15px;
position: absolute;
right: 0;
top: -48px;
top: -49px;
@media screen and (max-width: $nav-breakpoint-2) {
top: -35px;
font-size: 14px;
padding: 8px 15px;
}
}
.column-link {