Skip to content

Commit

Permalink
Merge pull request #17 from aidan-yip/v2.0.0
Browse files Browse the repository at this point in the history
Style patch for background
  • Loading branch information
aidan-yip authored May 21, 2024
2 parents 2cbaf3a + 11ca0a7 commit 75b74b1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body {
background-size: cover;
background-position: center;
background-repeat: repeat;
padding-bottom: 500px;
padding-bottom: 300px;
padding-top: 50px;
height: 100%;
}
Expand Down Expand Up @@ -167,7 +167,8 @@ iframe {
z-index: 0;
}

h1, #location {
h1,
#location {
font-size: 80px;
font-weight: bolder;
text-align: left;
Expand Down Expand Up @@ -284,9 +285,13 @@ a:visited {
}

@media only screen and (max-width: 1000px) {
#background {
padding-bottom: 100px;
}

h1,
#location {
font-size: 30px;
font-size: 50px;
}

#icon {
Expand Down

0 comments on commit 75b74b1

Please sign in to comment.