Skip to content

Commit

Permalink
fix: YAYYYYYY DONE IT
Browse files Browse the repository at this point in the history
  • Loading branch information
brianobot committed Oct 7, 2023
1 parent f25361b commit a92ac10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ body {
/* Start of styling for main page hero */
#hero {
width: 100%;
height: 80vh;
height: 70vh;
background: grey;
background-image: url("../images/bg.webp"); /*, url("../images/bg.webp"), url("../images/bg.png"); */
background-color: rgba(0, 0, 0, 0.7);
Expand Down Expand Up @@ -545,6 +545,12 @@ body {
}
}

@media (max-width: 600px) {
#hero {
height: 80vh;
}
}

@media (max-width: 400px) {
#hero {
margin-bottom: 0;
Expand All @@ -566,19 +572,15 @@ body {
margin-bottom: 30px;
}
}
/*
@media (max-height: 600px) {
#hero {
height: 70vh;
}
} */

@media (max-width: 380px){
#hero {
height: 83vh;
}
}



/* Styling for service section */
.services-list {
display: grid;
Expand Down
Loading

0 comments on commit a92ac10

Please sign in to comment.