fix: welcome modal size

This commit is contained in:
Alex Sparkes
2022-04-26 16:19:24 +01:00
committed by GitHub
parent f8d2d624b7
commit 84e9ead97a

View File

@@ -12,8 +12,8 @@
right: 0;
bottom: 0;
left: 0;
height: 90vh;
width: clamp(60vw, 1200px, 90vw);
height: 80vh;
width: clamp(70vw,1200px,90vw);
padding: 0;
overflow-x: hidden !important;