usar tailwind

This commit is contained in:
Cat /dev/Nulo 2023-08-28 10:39:04 -03:00
parent 60ceb8c63c
commit fb1ca46b17

View file

@ -2,7 +2,7 @@
import { setRouteToLastPagePromise, currentRoute } from "./lib/router";
</script>
<main class='min-h-screen'>
<main class='min-h-screen max-w-7xl mx-auto'>
{#await setRouteToLastPagePromise then}
<svelte:component
this={$currentRoute.component}
@ -10,10 +10,3 @@
/>
{/await}
</main>
<style>
main {
max-width: 1280px;
margin: 0 auto;
}
</style>