Skip to content

Commit

Permalink
fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoworld committed Nov 24, 2023
1 parent 4814a49 commit ed2ef5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ button {
align-items: center;
background-image: url("/assets/jumanji.png");
width: 100%;
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
}
Expand All @@ -229,11 +228,12 @@ button {
.madLibsEdit,
.madLibsPreview {
background-image: url("assets/paper.png");
background-size: cover;
line-height: 1.7;
width: 25%;
padding: 2rem 3.5rem;
height: 70vh;
background-size: 100% 100%;
height:fit-content

}

.madLibsPreview {
Expand Down

0 comments on commit ed2ef5a

Please sign in to comment.