mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -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;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 770px) and (min-width: 512px){
|
||||
@media screen and (max-width: 771px) and (min-width: 512px){
|
||||
.sidebar-menu {
|
||||
margin-top:14px
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue