Add prettier config, format codebase

This commit is contained in:
David Haz
2025-07-12 11:59:33 +03:00
parent ac8b2c04d8
commit f4d97ee94e
211 changed files with 10586 additions and 8810 deletions

View File

@@ -77,7 +77,9 @@
color: inherit;
font-weight: 400;
opacity: 0.6;
transition: opacity 0.3s ease, transform 0.2s ease;
transition:
opacity 0.3s ease,
transform 0.2s ease;
}
.nav-link:hover {
@@ -106,9 +108,7 @@
font-weight: 500;
padding: 0 0 0 1.4rem;
height: calc(60px - 2px);
background: linear-gradient(135deg,
rgb(30, 160, 63),
rgba(24, 47, 255, 0.6));
background: linear-gradient(135deg, rgb(30, 160, 63), rgba(24, 47, 255, 0.6));
background-size: 200% 200%;
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
@@ -121,14 +121,14 @@
align-items: center;
white-space: nowrap;
justify-content: space-between;
transition: .3s ease;
transition: 0.3s ease;
}
.cta-button span {
background-color: #0b0b0b;
margin-left: 1em;
margin-right: calc(1em - 8px);
padding-top: .1em;
padding-top: 0.1em;
height: 45px;
border-radius: 50px;
width: 100px;
@@ -143,16 +143,16 @@
margin-right: 6px;
width: 16px;
height: 16px;
transition: .3s ease;
transition: 0.3s ease;
}
.cta-button:hover {
transition: .3s ease;
transition: 0.3s ease;
}
.cta-button:hover span img {
transform: scale(1.2);
transition: .3s ease;
transition: 0.3s ease;
}
@media (max-width: 900px) {
@@ -307,4 +307,4 @@
.nav-cta-group {
gap: 2rem;
}
}
}