mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
fix hp-grid focus
This commit is contained in:
parent
53c4019a09
commit
8d57a5520e
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue