This commit is contained in:
epoberezkin
2025-10-19 11:53:35 +00:00
parent a26a15973f
commit c8a55866b1
254 changed files with 51502 additions and 52619 deletions
+12 -18
View File
@@ -368,7 +368,7 @@ a{
pointer-events: none;
}
.menu-link{
/* .menu-link{
font-size: 16px;
line-height: 33.42px;
color: #0D0E12;
@@ -402,7 +402,6 @@ a{
height: 1px;
bottom: 0;
right: 0;
/* background-color: initial; */
transition: width 0.25s ease-out;
}
@@ -462,16 +461,6 @@ header nav {
transform: rotate(180deg);
}
/* @media (max-width: 1400px) {
.landing-page-header-article-paragraph {
width: 21rem;
}
.socials {
flex-wrap: nowrap;
}
} */
@media (min-width:1024px) {
.nav-link:hover .sub-menu,
@@ -514,7 +503,7 @@ header nav {
.flag-container .sub-menu{
max-height: fit-content;
}
}
} */
.lock-scroll {
overflow: hidden;
@@ -687,30 +676,35 @@ header nav {
/* comparison */
#comparison table thead th{
#comparison table thead th,
#how-secure-comparison table thead th{
font-size: 16px;
line-height: 36px;
font-weight: 500;
text-align: center;
}
#comparison table tbody td{
#comparison table tbody td,
#how-secure-comparison table tbody td{
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
#comparison table tbody tr > td:first-child{
#comparison table tbody tr > td:first-child,
#how-secure-comparison table tbody tr > td:first-child{
font-size: 16px;
line-height: 24px;
font-weight: 500;
text-align: left;
}
[dir="rtl"] #comparison table tbody tr > td:first-child{
[dir="rtl"] #comparison table tbody tr > td:first-child,
[dir="rtl"] #how-secure-comparison table tbody tr > td:first-child{
text-align: right;
}
@media (min-width: 1024px) {
#comparison table tbody tr > td:first-child{
#comparison table tbody tr > td:first-child,
#how-secure-comparison table tbody tr > td:first-child{
font-size: 18px;
line-height: 36px;
}