Skip to content

Commit

Permalink
fix category issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloria Giannascoli committed Jul 4, 2024
1 parent ea2d653 commit ac51f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let gameScreen = document.querySelector(".game-screen");
let gameScreenHeader = document.querySelector(".game-screen-header");
let homeScreenHeader = document.querySelector(".menu-header");
let homeScreenHeaderTitle = document.querySelector(".menu-header-title");
let howToScreen = document.querySelector(".instructions-container");
let howToScreen = document.querySelector(".how-to-container");
let pauseMenuScreen = document.querySelector(".pause-menu-container");
let pauseMenuHeading = document.querySelector(".pause-menu-heading");

Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ button {
background-repeat: repeat;
}

.instructions-container {
.how-to-container {
display: flex;
flex-direction: column;
gap: var(--menu-gap);
Expand Down Expand Up @@ -547,7 +547,7 @@ button {
}
/************ Home Screen ***********/
/******** How To Play Screen ********/
.instructions-container {
.how-to-container {
flex-direction: row;
}

Expand Down

0 comments on commit ac51f3f

Please sign in to comment.