Mobile responsive: hamburger menu, stacked forms, card layout on mobile

This commit is contained in:
Mambo
2026-02-11 07:31:21 +01:00
parent 831d63b7e8
commit d7fe190132
5 changed files with 84 additions and 27 deletions

View File

@@ -19,7 +19,7 @@
}
</script>
<style>
body { font-family: 'Inter', system-ui, sans-serif; }
html, body { font-family: 'Inter', system-ui, sans-serif; overflow-x: hidden; }
.scrollbar-thin::-webkit-scrollbar { width: 6px; }
.scrollbar-thin::-webkit-scrollbar-track { background: transparent; }
.scrollbar-thin::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }