fixing mobile view
This commit is contained in:
@@ -13,4 +13,11 @@
|
|||||||
.sticky-card {
|
.sticky-card {
|
||||||
max-height: 50%;
|
max-height: 50%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
}
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
.sticky-card {
|
||||||
|
max-height: 65%;
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 36px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user