feat(website): overhaul interactive extension mockup alignment and update server docker/caddy examples

This commit is contained in:
Timo
2026-05-18 20:43:02 +02:00
parent 05e1801653
commit 579677e11c
2 changed files with 129 additions and 100 deletions
+5
View File
@@ -335,6 +335,11 @@ nav {
flex-direction: column;
gap: 0.85rem;
font-size: 0.8rem;
scrollbar-width: none; /* Firefox */
}
.mock-body::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}
.mock-screen {