Tweaking many components after using them for a while

This commit is contained in:
2021-12-14 09:41:00 -07:00
parent 8916410167
commit 1c77ddde0b
7 changed files with 54 additions and 38 deletions

View File

@ -70,8 +70,8 @@
<script src="https://example.com/js/app.js" defer></script>
<!-- -->
</head>
<body>
<div id="app">
<body class="font-sans antialiased">
<div id="app" class="min-h-screen bg-gray-100">
<!-- -->
</div>
</body>