Slightly wider window

This commit is contained in:
2021-08-17 19:21:19 +02:00
parent 9c7f2672f9
commit 71f5648654

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="./tailwind.css"> <link rel="stylesheet" href="./tailwind.css">
<style> <style>
body { body {
min-width: 300px; min-width: 400px;
} }
</style> </style>
</head> </head>