Skip to content

Commit

Permalink
give pick language popup min height
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-kauczor committed Nov 21, 2024
1 parent 336249b commit 989051e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#language-pop-up {
min-height: 200px;
height: 40%;
width: 50%;
min-width: 180px;
Expand All @@ -9,6 +10,7 @@
justify-content: center;
gap: 12px;
}

#headline {
padding-top: 5px;
font-size: 20px;
Expand All @@ -21,7 +23,7 @@
flex-direction: column;
justify-content: space-evenly;
align-items: center;
gap: 20px
gap: 20px;
}

.language-pop-up-button {
Expand Down

0 comments on commit 989051e

Please sign in to comment.