mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-12-14 12:31:14 +00:00
Add index split
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user