mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
off by a pixel
This commit is contained in:
parent
53392d6069
commit
e21660ae05
|
@ -674,7 +674,7 @@ th.css-accessory > .th-inner::before
|
||||||
margin-top:64px;
|
margin-top:64px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 770px) and (min-width: 512px){
|
@media screen and (max-width: 771px) and (min-width: 512px){
|
||||||
.sidebar-menu {
|
.sidebar-menu {
|
||||||
margin-top:14px
|
margin-top:14px
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue