change desktop header style

This commit is contained in:
M Sarmad Qadeer
2022-08-19 17:00:18 +05:00
parent 445fa5669e
commit 585b17db99
9 changed files with 52 additions and 213 deletions
+3 -17
View File
@@ -4,7 +4,7 @@ html {
h1::before,
h2::before,
h3::before
h3::before,
#comparison::before {
display: block;
content: " ";
@@ -14,21 +14,7 @@ h3::before
pointer-events: none;
}
@media screen and (max-width: 1024px) {
h1::before,
h2::before,
h3::before
#comparison::before {
display: block;
content: " ";
margin-top: -125px;
height: 205px;
visibility: hidden;
pointer-events: none;
}
}
.nav-button-active{
/* .nav-button-active{
background-color: #00C8FB;
color: #fff;
}
} */