mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-04-28 05:22:11 +01:00
Fix menu animation
This commit is contained in:
parent
edfd5323dd
commit
d352ad2ea2
@ -34,7 +34,7 @@ block content
|
||||
|
||||
div(class="sm:w-1/4")
|
||||
|
||||
div(class="flex bg-pink justify-center sm:w-1/4")
|
||||
div(id="side-social" c class="flex bg-pink justify-center sm:w-1/4")
|
||||
div(class="w-16 sm:w-14 fill-current text-black flex flex-col justify-around")
|
||||
a(id="email" target="_blank")
|
||||
svg.mt-5(role='img' viewbox='0 0 24 24' xmlns='http://www.w3.org/2000/svg')
|
||||
|
@ -27,8 +27,8 @@ html
|
||||
div.tham-box
|
||||
div(class="tham-inner bg-pink")
|
||||
|
||||
|
||||
ul(class="hidden transition duration-500 ease-in-out text-center pb-5 mx-5 list-none" id="menu-items")
|
||||
div
|
||||
ul(class="hidden transition duration-500 ease-in-out text-center mx-5 list-none mb-5" id="menu-items")
|
||||
block nav-links
|
||||
|
||||
main(class="flex flex-grow sm:items-stretch")
|
||||
|
Loading…
Reference in New Issue
Block a user