added content.svelte to handle page max width for specific elements; added alternative page banner
This commit is contained in:
10
src/lib/content.svelte
Normal file
10
src/lib/content.svelte
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="content">
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.content {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto 228px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user