Skip to content
Snippets Groups Projects
Commit 0dd3a038 authored by Kasper Seweryn's avatar Kasper Seweryn 🥞
Browse files

fix: set modal width to 40rem

Part-of: <!95>
parent a67f6edb
No related branches found
No related tags found
1 merge request!95add max modal width and height
......@@ -3,8 +3,8 @@
box-shadow: 0 2px 4px 2px rgba(#000, 0.2);
border-radius: 1rem;
min-width: 32rem;
max-width: min(90vw, 40rem);
width: 100%;
> .alert-container {
display: grid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment