fixing mobile view
This commit is contained in:
@@ -14,3 +14,10 @@
|
||||
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