fixing mobile view
This commit is contained in:
@@ -13,4 +13,11 @@
|
||||
.sticky-card {
|
||||
max-height: 50%;
|
||||
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