mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 05:02:14 +02:00
use md
breakpoint instead of sm
for the progress bar
This commit is contained in:
parent
97786e8dec
commit
46855eb43f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
.turbolinks-progress-bar {
|
.turbolinks-progress-bar {
|
||||||
background: var(--turbolinks-progress-color);
|
background: var(--turbolinks-progress-color);
|
||||||
|
|
||||||
@include media-breakpoint-down('sm') {
|
@include media-breakpoint-down('md') {
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in a new issue