mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed swiper auto width
This commit is contained in:
parent
a454b16fc9
commit
d8e7319687
2 changed files with 3 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide {
|
.slide.slide {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font: $font_32_bold;
|
font: $font_32_bold;
|
||||||
|
|
|
@ -27,4 +27,6 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -4px;
|
right: -4px;
|
||||||
bottom: -4px;
|
bottom: -4px;
|
||||||
|
touch-action: none;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue