fix landing page styling

This commit is contained in:
M Sarmad Qadeer
2022-08-19 22:30:06 +05:00
parent 3e3bf0abce
commit f108f1ef49
2 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -2,14 +2,11 @@ html {
scroll-behavior: smooth;
}
h1::before,
h2::before,
h3::before,
#comparison::before {
display: block;
content: " ";
margin-top: -80px;
height: 100px;
height: 120px;
visibility: hidden;
pointer-events: none;
}