Skip to content

Commit

Permalink
Fix main menu wiki height
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Papel committed Dec 3, 2023
1 parent 6d874e1 commit 56f4d85
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions client/src/menu/main/startMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
align-items: center;
flex-wrap: wrap;
flex-grow: 1;
padding: 2rem;
gap: 2rem;
}

.sm > main > section {
Expand All @@ -19,7 +21,6 @@
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2rem;
}

.sm > main > section#main > div {
Expand All @@ -37,12 +38,16 @@
}

.sm > main > section#main {
width: 50%;
width: 60%;
min-height: 40vh;
}

.sm > main > section#wiki {
width: 30%;
height: 80vh;
width: 35%;
}

.sm > main > section#wiki .wiki-search {
max-height: 40vh;
}

.sm > main > section > h1 {
Expand Down

1 comment on commit 56f4d85

@vercel
Copy link

@vercel vercel bot commented on 56f4d85 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mafia-game – ./

mafia-game-git-00x-main-itssammym.vercel.app
mafia-game.vercel.app
mafia-game-itssammym.vercel.app

Please sign in to comment.