Skip to content

Commit

Permalink
Fix about dialog margins on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreenheck committed Oct 18, 2024
1 parent 73de5b0 commit 361ea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ a {
width: 90%;
max-width: 500px;
padding: 32px;
margin: 64px;
margin: 16px;
text-align: center;
position: relative;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
Expand Down

0 comments on commit 361ea1c

Please sign in to comment.