Add index split

This commit is contained in:
E
2021-09-11 14:38:58 +01:00
parent 6aee0f87f0
commit f507fe0afd
2 changed files with 36 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ html
link(rel='stylesheet', href='/stylesheets/style.css')
block head
body.flex.flex-col.min-h-screen.bg-black.text-pink.font-mono.text-xl
nav
div(class="mx-auto px-5")
@@ -22,7 +22,7 @@ html
p.block.text-3xl.font-extra.font
a(href="/") EEEE.
div(class="absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0")
div(class="absolute inset-y-0 right-0 flex items-center")
button(type="button" class="inline-flex items-center justify-center rounded-md text-pink hover:text-green" aria-controls="mobile-menu" aria-expanded="false")
span.sr-only Open main menu
@@ -37,7 +37,7 @@ html
block nav-links
main.flex-grow
div(class="max-w-5xl mx-auto px-2 sm:px-6 lg:px-8")
div(class="flex-grow max-w-5xl mx-auto px-5")
block content
footer.w-full.text-center.p-4.text-base