add hidden class

This commit is contained in:
2025-01-01 11:19:04 +01:00
parent c326315f7d
commit 95ca3a9020

View File

@@ -467,6 +467,16 @@ nav .nav-btn {
font-size: 1rem; font-size: 1rem;
} }
.ybdnb {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}
.blog-card { .blog-card {
flex-wrap: wrap; flex-wrap: wrap;
} }