Fix breakpoint

File missing from last commit
This commit is contained in:
Michael Shamoon 2021-04-14 13:24:03 -07:00
parent c266cd6aae
commit a4fef056ed

View File

@ -39,7 +39,7 @@ $paperless-card-breakpoints: (
z-index: 1000; // below main navbar
top: calc(7rem - 2px); // height of navbar (mobile)
@media (min-width: 768px) {
@media (min-width: 580px) {
top: 3.5rem; // height of navbar
}
}