mirror of https://github.com/status-im/wallet.git
Carousel responsiveness #6
This commit is contained in:
parent
a92c0fc1a8
commit
1cb537b2e9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue