diff --git a/src/tailwind.css b/src/tailwind.css index 894abbc..5ff90e6 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -16,4 +16,4 @@ src: url("../fonts/ApercuMono.ttf") format('truetype'); } -@tailwind utilities; \ No newline at end of file +@tailwind utilities; diff --git a/views/layout.pug b/views/layout.pug index f1337ca..630b892 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -13,35 +13,42 @@ html link(rel='stylesheet', href='/stylesheets/style.css') block head - body - article - header - // Navbar - nav.navbar - // Navbar brand - a.navbar-brand(href='/') - span EEEE. - // Collapse button - button.navbar-toggler.ham-button(type='button' data-toggle='collapse' data-target='#navbarSupportedContent23' aria-controls='navbarSupportedContent23' aria-expanded='false' aria-label='Toggle navigation' style='cursor: pointer;') - .ham - span - span - span - span - // Collapsible content - #navbarSupportedContent23.collapse.navbar-collapse - // Links - ul.navbar-nav.mr-auto - block nav-links + body.flex.flex-col.min-h-screen.bg-black.text-pink + nav + div(class="mx-auto px-5") + div.relative.flex.items-center.justify-between.h-16 + div.flex-shrink-0.flex.items-center + p.block.text-4xl.font-extra.font + a(href="/") EEEE. + +