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
a5276a6a77
commit
53c4019a09
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
}
|
||||
|
||||
.w3pn-hp-grid > div {
|
||||
@apply aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer;
|
||||
@apply z-10 aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer;
|
||||
}
|
||||
|
||||
.w3pn-project-item {
|
||||
|
|
Loading…
Reference in a new issue