2022-08-19 17:31:11 +00:00
|
|
|
html {
|
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#comparison::before {
|
|
|
|
|
display: block;
|
|
|
|
|
content: " ";
|
|
|
|
|
margin-top: -80px;
|
2022-08-19 17:39:39 +00:00
|
|
|
height: 120px;
|
2022-08-19 17:31:11 +00:00
|
|
|
visibility: hidden;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* .nav-button-active{
|
|
|
|
|
background-color: #00C8FB;
|
|
|
|
|
color: #fff;
|
|
|
|
|
} */
|