increase gap between page sections
This commit is contained in:
@@ -16,7 +16,7 @@ const { lang = 'no' } = Astro.props;
|
||||
</head>
|
||||
<body class="grid grid-rows-[auto_1fr_auto] jusify-center gap-12">
|
||||
<Nav lang={lang} />
|
||||
<div id="content" class="max-w-7xl grid place-self-center gap-8 px-4">
|
||||
<div id="content" class="max-w-7xl grid place-self-center gap-12 px-4">
|
||||
<slot />
|
||||
</div>
|
||||
<Footer lang={lang} />
|
||||
|
Reference in New Issue
Block a user