mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:16:03 +01: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 {
|
||||
background: var(--turbolinks-progress-color);
|
||||
|
||||
@include media-breakpoint-down('sm') {
|
||||
@include media-breakpoint-down('md') {
|
||||
top: unset !important;
|
||||
bottom: 0 !important;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in a new issue