fix text overlap sidenav mobile view

This commit is contained in:
Jonas Heinrich 2020-07-15 14:53:28 +02:00
parent 6ef8819f52
commit ceb00d9599
3 changed files with 34 additions and 76 deletions

View file

@ -1176,10 +1176,15 @@ body.page-theme-color-quaternary h2::after {
background-color: #a3107c;
}
@media (max-width: 1280px) {
@media (max-width: 1320px) {
h2 {
margin-bottom: 3.33333rem;
}
/* Custom fix: No text overlap sidenav */
main .content-wrap {
padding-right: 5.3rem;
}
}
@media (max-width: 960px) {
@ -1193,6 +1198,11 @@ body.page-theme-color-quaternary h2::after {
bottom: -0.83333rem;
height: 0.33333rem;
}
/* Custom fix: No text overlap sidenav */
main .content-wrap {
padding-right: 1.66667rem;
}
}
@media (max-width: 680px) {