fix size of showcase cards
This commit is contained in:
parent
edcb6808fe
commit
352b889eae
|
@ -70,7 +70,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__box {
|
&__box {
|
||||||
width: 47.5%;
|
width: 25%;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 0.2rem;
|
border-radius: 0.2rem;
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 960px) {
|
@media only screen and (max-width: 960px) {
|
||||||
width: 245px;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--wrapper {
|
&--wrapper {
|
||||||
|
@ -101,12 +101,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--dummy {
|
&--dummy {
|
||||||
width: 47.5%;
|
width: 25%;
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
|
|
||||||
@include flex-grow(1);
|
@include flex-grow(1);
|
||||||
@media only screen and (max-width: 960px) {
|
@media only screen and (max-width: 960px) {
|
||||||
width: 245px;
|
width: 35%;
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue