1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

#35 finally using swiperjs as image slider

This commit is contained in:
Fedor Katurov 2021-03-06 14:48:24 +07:00
parent d3473eab4c
commit 68249a4c62
11 changed files with 202 additions and 29 deletions

View file

@ -4,4 +4,9 @@
width: 100%;
max-width: $content_width;
margin: auto;
padding: 0 $gap;
@include tablet {
padding: 0;
}
}

View file

@ -2,17 +2,12 @@
.wrapper {
width: 100%;
padding: 0 $gap;
display: flex;
flex-direction: column;
box-sizing: border-box;
align-items: center;
justify-content: flex-start;
flex: 1;
@include tablet {
padding: 0;
}
}
.content {