fix hp displaying
This commit is contained in:
@@ -410,6 +410,16 @@ nav .nav-btn {
|
|||||||
margin-right: 15%;
|
margin-right: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ybdnb {
|
||||||
|
opacity: 0;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 0;
|
||||||
|
width: 0;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 68.75rem) {
|
@media only screen and (max-width: 68.75rem) {
|
||||||
body {
|
body {
|
||||||
min-height: 94vh;
|
min-height: 94vh;
|
||||||
@@ -467,15 +477,6 @@ nav .nav-btn {
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ybdnb {
|
|
||||||
position: absolute !important;
|
|
||||||
left: -9999px !important;
|
|
||||||
top: -9999px !important;
|
|
||||||
opacity: 0 !important;
|
|
||||||
pointer-events: none;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-card {
|
.blog-card {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user