1
0

prevent secondarynav overlap with header

This commit is contained in:
bonkmaykr
2021-07-06 15:44:55 -05:00
committed by GitHub
parent 3af9a4ff76
commit d329830f2a

View File

@@ -282,7 +282,7 @@ pre, code.CodeSnippet {color:var(--DefaultRedColor);}
@media (min-width : 801px) {
#MainContent {
padding-top: 25px;
padding-top: 25px; /*35px - prevent secondarynav overlap*/
margin-top:10px;
border-radius: 18px 18px 0px 0px;
}
@@ -291,6 +291,8 @@ pre, code.CodeSnippet {color:var(--DefaultRedColor);}
margin-bottom: -16px !important;
padding-bottom: 16px !important;
}
/*prevent secondarynav overlap - alternate method*/
#PageTitle {margin-top: 10px;margin-bottom: -10px;}
/* only keep this if you want the borders*/
/* if not, comment it out */