fix hp-grid focus

This commit is contained in:
tree🌴 2024-03-18 02:51:12 +01:00
parent 53c4019a09
commit 8d57a5520e
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ function genHeading(str) {
</div>
</header>
{banner && typeof banner !== 'object' &&
<div class="w-full h-full flex mt-20 sm:mt-32 middle-pane-medium">
<div class="w-full flex mt-20 sm:mt-32 middle-pane-medium">
<div>
<div class="w3pn-logo w-64 sm:w-72 lg:w-80 xl:w-96"></div>
<div class="text-left mt-10">

View file

@ -147,7 +147,7 @@
}
.w3pn-hp-grid > div {
@apply z-10 aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer;
@apply aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer;
}
.w3pn-project-item {