Skip to content

Commit

Permalink
Fix grid-container height responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleA99 committed Nov 4, 2023
1 parent 4a40220 commit 381b6df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ footer, .footer-container {
}

@media screen and (max-width: 650px) {
#grid-container {
height: 40vh;
}

#prompt-button, #clear-button {
padding: 0.5rem;
}
Expand Down

0 comments on commit 381b6df

Please sign in to comment.