readme update, minor style fixes
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<link rel="icon" href={favicon} />
|
||||
</svelte:head>
|
||||
|
||||
<div class="vbox h-screen min-h-screen box-border overflow-hidden relative">
|
||||
<div class="app-container vbox h-screen min-h-screen box-border overflow-hidden relative">
|
||||
{@render children()}
|
||||
</div>
|
||||
|
||||
|
||||
+5
-1
@@ -37,4 +37,8 @@ body
|
||||
align-self: stretch
|
||||
overflow-y: auto
|
||||
min-height: 0
|
||||
flex: 1
|
||||
flex: 1
|
||||
|
||||
.app-container
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
Reference in New Issue
Block a user