Make hero image take up 50% of screen
Including navbar
This commit is contained in:
parent
b2df6aa7d2
commit
d11c732ce3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
img.hero {
|
img.hero {
|
||||||
height: 40vh !important;
|
height: calc(50vh - $navbar-height) !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue