Skip to content

Commit

Permalink
center languages modal vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Nov 13, 2023
1 parent 7863f1f commit 7aea338
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/header/header.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@
}

#languageSwitchModal > div.modal-content {
margin: 5%;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
background: #ffffff;
border-radius: 6px;
height: 90%;
Expand Down

0 comments on commit 7aea338

Please sign in to comment.