hacky fix for graphical bug on very small width

This commit is contained in:
Jannis Portmann 2021-05-19 13:31:03 +02:00
parent a309ee9170
commit 61dacf1671

View file

@ -55,6 +55,10 @@ $primary: darken(#005035, 20%);
max-width: 30rem;
}
.card {
margin-bottom: 0 !important;
}
@include media-breakpoint-up(sm) {
.show-img-container {
margin-right: 2rem;