1
0
Fork 0
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:
Fedor Katurov 2022-01-11 14:56:05 +07:00
parent a454b16fc9
commit d8e7319687
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -27,4 +27,6 @@
position: absolute; position: absolute;
right: -4px; right: -4px;
bottom: -4px; bottom: -4px;
touch-action: none;
pointer-events: none;
} }