Skip to content

Commit

Permalink
Merge pull request #25 from aidan-yip/v2.0.0
Browse files Browse the repository at this point in the history
Patch for block height
  • Loading branch information
aidan-yip committed May 23, 2024
2 parents 75b0b85 + 6f7a993 commit 5f96bd7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ body {
display: flex;
flex-direction: row;
max-width: 1100px;
max-height: 780px;
margin-left: auto;
margin-right: auto;
min-width: 80%;
Expand Down Expand Up @@ -250,6 +251,7 @@ svg {
justify-content: flex-end;
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 100%;
border-bottom-left-radius: 35px;
border-bottom-right-radius: 35px;
Expand All @@ -269,11 +271,7 @@ a:visited {
color: #000000;
}

@media only screen and (min-width: 1500px) {
iframe {
height: 400px;
}
}


@media only screen and (max-width: 1000px) {
#background {
Expand Down

0 comments on commit 5f96bd7

Please sign in to comment.