Skip to content

Commit

Permalink
Fix legal notice not being centered on IE10/IE11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matriks404 committed Jan 10, 2024
1 parent 5c3f2ab commit eb181c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,10 @@ p {
position: fixed;

bottom: 48px;
left: 0;
right: 0;
left: 50%;
transform: translateX(-50%);

margin: auto;
max-width: 320px;
width: 320px;

border: 2px solid $default-ui-elements-color;
border-radius: 16px;
Expand Down

0 comments on commit eb181c7

Please sign in to comment.