Simplifying things

This commit is contained in:
2023-09-21 20:54:19 -07:00
parent f5e8b873bf
commit 1cf61e3a51
3 changed files with 5 additions and 15 deletions

View File

@@ -14,16 +14,15 @@ html {
.banner-container {
position: relative;
text-align: center;
max-width: 100%;
}
.bg-img {
background-image: url("/img/bg.png");
height: 100%;
background-position: center;
background-image: url("/img/bg.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-size: 100% 100%;
}
.fade-in-image {
@@ -58,13 +57,6 @@ html {
100% {opacity:1;}
}
.fluid {
width: 100%;
max-height: 100vh;
object-fit: cover;
opacity: 0.6;
}
.headline {
position: absolute;
top: 10%;