adjusts the sidebar margin top

This commit is contained in:
Godfrey M 2023-02-28 09:30:02 -08:00
parent 23fe11c71e
commit e8fbb0608f

View file

@ -671,18 +671,18 @@ th.css-accessory > .th-inner::before
} }
@media screen and (max-width: 511px){ @media screen and (max-width: 511px){
.sidebar-menu{ .sidebar-menu{
margin-top:64px; margin-top:160px;
} }
} }
@media screen and (max-width: 771px) and (min-width: 512px){ @media screen and (max-width: 771px) and (min-width: 512px){
.sidebar-menu { .sidebar-menu {
margin-top:14px margin-top:160px
} }
} }
@media screen and (max-width: 1098px) and (min-width: 772px){ @media screen and (max-width: 1098px) and (min-width: 772px){
.sidebar-menu { .sidebar-menu {
margin-top:51px margin-top:98px
} }
} }