mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Fix breakpoint
File missing from last commit
This commit is contained in:
parent
c266cd6aae
commit
a4fef056ed
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ $paperless-card-breakpoints: (
|
||||||
z-index: 1000; // below main navbar
|
z-index: 1000; // below main navbar
|
||||||
top: calc(7rem - 2px); // height of navbar (mobile)
|
top: calc(7rem - 2px); // height of navbar (mobile)
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 580px) {
|
||||||
top: 3.5rem; // height of navbar
|
top: 3.5rem; // height of navbar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue