Remove image on homepage

This commit is contained in:
Kevin Kandlbinder 2022-05-04 22:39:48 +02:00
parent 5344dc3422
commit 6a7e2276f6
2 changed files with 2 additions and 5 deletions

View file

@ -2,14 +2,11 @@
.heroBox {
margin-top: -$layoutNavigationHeight;
background-color: #1c1c1c;
background-image: url(https://source.unsplash.com/uq5RMAZdZG4/1920x1080);
> div {
padding-top: 100px;
padding-bottom: 100px;
min-height: 600px;
min-height: 300px;
display: flex;
flex-direction: column;