blob: ac8fb91471d5d89e83048b21e32c8972f47a11e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
.container {
padding: 0 2rem;
}
.landing {
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url("/temp-landing.png")
}
|