fixing mobile view

This commit is contained in:
Will Baumbach
2020-04-21 22:53:22 -04:00
parent fb23f973cf
commit d41aa333f8

View File

@@ -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;
}
} }