removed unnecessary changes

This commit is contained in:
Godfrey M 2023-10-03 12:45:13 -07:00
parent c69958d95d
commit 37c1d6fc04
2 changed files with 8 additions and 8 deletions

View file

@ -964,14 +964,14 @@ th.css-accessory > .th-inner::before {
margin-top: 160px;
}
}
@media screen and (max-width: 912px) and (min-width: 512px) {
@media screen and (max-width: 771px) and (min-width: 512px) {
.sidebar-menu {
margin-top: 100px;
margin-top: 160px;
}
}
@media screen and (max-width: 1268px) and (min-width: 912px) {
@media screen and (max-width: 1098px) and (min-width: 772px) {
.sidebar-menu {
margin-top: 50px;
margin-top: 98px;
}
}
.ellipsis {

View file

@ -597,14 +597,14 @@ th.css-accessory > .th-inner::before {
margin-top: 160px;
}
}
@media screen and (max-width: 912px) and (min-width: 512px) {
@media screen and (max-width: 771px) and (min-width: 512px) {
.sidebar-menu {
margin-top: 100px;
margin-top: 160px;
}
}
@media screen and (max-width: 1268px) and (min-width: 912px) {
@media screen and (max-width: 1098px) and (min-width: 772px) {
.sidebar-menu {
margin-top: 50px;
margin-top: 98px;
}
}
.ellipsis {