responsive for index.html

This commit is contained in:
letieu
2025-12-09 10:39:52 +07:00
parent c6b4d58c9f
commit 3638108498
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<!-- terminal.css JavaScript -->
<script src="./index.js"></script>
</head>
<body class="min-h-screen p-8">
<body class="min-h-screen p-0 md:p-8">
<!-- MAIN TERMINAL WINDOW -->
<div class="terminal max-w-6xl mx-auto mb-20">
<!-- HEADER -->