styling homepage
This commit is contained in:
parent
19a8630a6d
commit
6e8e85b025
2 changed files with 24 additions and 2 deletions
|
@ -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;
|
||||
}
|
Reference in a new issue