first responsive layer

This commit is contained in:
Antoine M 2024-03-20 10:19:08 +01:00
parent 3190519f65
commit 415eff029c

View File

@ -9,8 +9,6 @@ dialog {
backdrop-filter: blur(3px) brightness(0.4);
}
width: clamp(50%, 900px, 90%);
overflow-y: scroll;
overflow-x: hidden;
@ -23,6 +21,7 @@ dialog {
@screen md {
@apply m-auto;
width: clamp(40%, 900px, 90%);
max-width: 80vw;
max-height: 90dvh;
}