Skip to content

Commit

Permalink
Merge pull request #49 from wildjames/dev
Browse files Browse the repository at this point in the history
fix popup width
  • Loading branch information
wildjames authored Oct 31, 2023
2 parents 9eaa796 + f2371cd commit 373122c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion todoqueue_frontend/src/components/popups/popups.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
color: black;
padding: 24px;
border-radius: 12px;
width: 600px;
max-width: 600px;
width: 95%;
text-align: center;
box-shadow: 0 4px 16px rgba(255, 239, 0, 0.51);
transition: background-color 1s ease, opacity 0.5s ease, color 0.5s ease;
Expand Down

0 comments on commit 373122c

Please sign in to comment.