styling homepage

This commit is contained in:
Jannis Portmann 2021-04-26 23:50:23 +02:00
parent 19a8630a6d
commit 6e8e85b025
2 changed files with 24 additions and 2 deletions

View file

@ -5,3 +5,21 @@ $primary: darken(#428bca, 20%);
// the ~ allows you to reference things in node_modules
@import "~bootstrap/scss/bootstrap";
.offering > img {
height: 15rem;
object-fit: cover;
}
.offering {
$card-height: 100%;
width: 20rem;
}
.username {
float: left;
}
.zip {
float: right;
}