Add footer
This commit is contained in:
parent
90d67833e1
commit
513de8bf81
2 changed files with 26 additions and 5 deletions
|
@ -6,6 +6,16 @@ $primary: darken(#005035, 20%);
|
|||
// the ~ allows you to reference things in node_modules
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
footer {
|
||||
background-color: #ddd;
|
||||
height: 6rem;
|
||||
}
|
||||
|
||||
.container {
|
||||
min-height: 100vh;
|
||||
margin-bottom: -9rem;
|
||||
}
|
||||
|
||||
.offer-img {
|
||||
height: 15rem;
|
||||
object-fit: cover;
|
||||
|
@ -24,10 +34,6 @@ $primary: darken(#005035, 20%);
|
|||
float: right;
|
||||
}
|
||||
|
||||
.offer-container {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
.img-container {
|
||||
width: 50%;
|
||||
min-width: 20rem;
|
||||
|
|
Reference in a new issue