usar tailwind
This commit is contained in:
parent
60ceb8c63c
commit
fb1ca46b17
1 changed files with 1 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue