Skip to content

Commit

Permalink
Merge pull request #15 from aidan-yip/v2.0.0
Browse files Browse the repository at this point in the history
Made site more responsive
  • Loading branch information
aidan-yip committed May 21, 2024
2 parents 2c0c3eb + 602a944 commit 087e576
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ iframe {
background-size: cover;
background-repeat: no-repeat;
width: 65%;
height: 690px;
height: auto;
margin-left: auto;
margin-right: auto;
border-radius: 35px;
Expand Down Expand Up @@ -259,6 +259,9 @@ button {
svg {
display: flex;
justify-content: flex-end;
margin-left: auto;
margin-right: auto;
width: 100%;
border-bottom-left-radius: 35px;
border-bottom-right-radius: 35px;
}
Expand Down Expand Up @@ -296,6 +299,7 @@ a:visited {

#description {
font-size: 12px;
margin-bottom: 20px;
}

input[type="text"] {
Expand All @@ -311,7 +315,7 @@ a:visited {
}

#inner {
height: 400px;
height: auto;
width: 100%;
}

Expand All @@ -336,4 +340,4 @@ a:visited {
padding-bottom: 10px;
margin-bottom: 20px;
}
}
}

0 comments on commit 087e576

Please sign in to comment.