two more tweaks with the mobile version

This commit is contained in:
chrisgarrity 2018-12-13 11:40:39 -05:00
parent c28b5051ca
commit 9cbcd80c76

View file

@ -190,12 +190,13 @@
@media only screen and (max-width: $mobile - 1) {
.feature-top-banner {
overflow: hidden;
min-height: 35rem;
min-height: 32rem;
.feature-top-container {
right: 0;
left: 0;
min-height: 30rem;
max-width: 100%;
justify-content: flex-start;
align-items: center;
}