style offer detail view

This commit is contained in:
Jannis Portmann 2021-05-13 23:41:52 +02:00
parent 00016d61e7
commit e8b3bdaa34
2 changed files with 15 additions and 4 deletions

View file

@ -48,4 +48,15 @@ $primary: darken(#005035, 20%);
.user-link:hover {
color: #000;
}
}
.show-img-container {
min-width: 20rem;
max-width: 30rem;
}
@include media-breakpoint-up(sm) {
.show-img-container {
margin-right: 2rem;
}
}