mirror of
https://github.com/mue/mue.git
synced 2026-06-11 11:08:45 +02:00
fix: welcome modal size
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user