fixed narrow screen banner styling

This commit is contained in:
Miodec 2022-08-03 23:27:01 +02:00
parent b4e830565f
commit 7d1aa89190

View file

@ -184,6 +184,7 @@
}
}
#bannerCenter .banner .container {
grid-template-columns: 1fr auto;
.image {
display: none;
}
@ -192,7 +193,9 @@
display: none;
}
.text {
margin-left: 2rem;
margin-left: 1.5rem;
text-align: left;
justify-self: start;
}
}
.merchBanner {