fix hp styling

This commit is contained in:
2025-01-01 11:22:57 +01:00
parent 95ca3a9020
commit 071e6c628b

View File

@@ -468,13 +468,12 @@ nav .nav-btn {
} }
.ybdnb { .ybdnb {
opacity: 0; position: absolute !important;
position: absolute; left: -9999px !important;
top: 0; top: -9999px !important;
left: 0; opacity: 0 !important;
height: 0; pointer-events: none;
width: 0; z-index: -1;
z-index: -1;
} }
.blog-card { .blog-card {