Carousel responsiveness #6

This commit is contained in:
kagel 2016-08-08 17:07:44 +03:00
parent a92c0fc1a8
commit 1cb537b2e9
1 changed files with 1 additions and 17 deletions

View File

@ -31,6 +31,7 @@ h2 {
.wallets {
background-color: #eef2f5;
text-align: center;
padding-top: 15vh;
padding-bottom: 30%;
}
@ -54,10 +55,6 @@ h2 {
margin: 32px;
}
.wallets .slick-slider {
margin: 10% 0px 0;
}
.wallet-image {
position: absolute;
top: 55px;
@ -529,9 +526,6 @@ span.currency {
}
@media only screen and (min-width: 768px) {
.wallets .slick-slider {
margin: 20% 32px 0;
}
.wallets .wallet {
width: 636px;
@ -539,12 +533,6 @@ span.currency {
}
@media only screen and (min-width: 1000px) {
.wallets .slick-slider {
margin: 2% 32px 0;
}
}
@media only screen and (max-width: 768px) {
.wallets .wallet {
width: 596px;
@ -636,10 +624,6 @@ span.currency {
margin-left: 20px;
}
.wallets .slick-slider {
margin: 30% 0 0;
}
.wallets h2 {
padding: 16px;
}