website: Adjust extension-mockup wrapper height to 600px to display the leave room button without scrolling

This commit is contained in:
KoalaDev
2026-07-03 12:13:34 +02:00
parent f0328fb865
commit 5a53abc636
+1 -1
View File
@@ -381,7 +381,7 @@ nav {
.extension-mockup {
width: 100%;
max-width: 320px;
height: 520px;
height: 600px;
background: #0f172a;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.08);