1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36: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-transform: uppercase;
font: $font_32_bold;

View file

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