Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
play around with image sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Jan 30, 2024
1 parent 2ad64ed commit 9805b4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,14 @@ body {

.site-hero {
position: relative;
height: 80vh;
height: 84vh;
background-size: cover;
background-position: center center;
display: flex;
align-items: center;
justify-content: center;
background-image: linear-gradient(rgba(250, 250, 250, 0.4), rgba(250, 250, 250, 0.4)), url('../images/landscape_background.png');
background-size: 70%;
background-size: 65%;
background-position: center;
background-repeat: no-repeat;
}
Expand Down Expand Up @@ -417,9 +417,9 @@ body {
}

.site-about {
padding-top: 30px;
padding-bottom: 30px;
min-height: 20vh;
padding-top: 20px;
padding-bottom: 20px;
min-height: 15vh;
display: flex;
align-items: center;
background-image: var(--box-gradient);
Expand Down

0 comments on commit 9805b4c

Please sign in to comment.