Piccoli fix css
This commit is contained in:
+5
-5
@@ -25,16 +25,16 @@
|
|||||||
.nav-links { display: flex; gap: 28px; align-items: center; }
|
.nav-links { display: flex; gap: 28px; align-items: center; }
|
||||||
.nav-links a {
|
.nav-links a {
|
||||||
color: var(--navy); font-weight: 500; font-size: 15px;
|
color: var(--navy); font-weight: 500; font-size: 15px;
|
||||||
transition: color 0.2s;
|
transition: color 0.2s, transform 0.2s;
|
||||||
}
|
}
|
||||||
.nav-links a:hover { color: var(--gold); }
|
.nav-links a:hover { color: var(--gold); transform: scale(1.15); }
|
||||||
.nav-cta {
|
.nav-cta {
|
||||||
background: var(--navy); color: #fff !important;
|
background: var(--navy); color: #fff !important;
|
||||||
padding: 10px 22px; font-weight: 700; font-size: 13px;
|
padding: 10px 22px; font-weight: 700; font-size: 13px;
|
||||||
border-radius: 9999px; letter-spacing: 0.03em;
|
border-radius: 9999px; letter-spacing: 0.03em;
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s, transform 0.2s;
|
||||||
}
|
}
|
||||||
.nav-cta:hover { opacity: 0.88; }
|
.nav-cta:hover { opacity: 0.88; transform: scale(1.15); }
|
||||||
|
|
||||||
/* ===== HERO ===== */
|
/* ===== HERO ===== */
|
||||||
.hero { position: relative; padding: 130px 0 90px; background: #fff; overflow: hidden; }
|
.hero { position: relative; padding: 130px 0 90px; background: #fff; overflow: hidden; }
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
border: 1.5px solid var(--navy); border-radius: 9999px;
|
border: 1.5px solid var(--navy); border-radius: 9999px;
|
||||||
transition: background 0.2s, color 0.2s;
|
transition: background 0.2s, color 0.2s;
|
||||||
}
|
}
|
||||||
.btn-outline:hover { background: var(--navy); color: #fff; }
|
.btn-outline:hover { background: var(--navy); color: #fff; transform: translateY(-1px); }
|
||||||
|
|
||||||
.hero-photo { position: relative; }
|
.hero-photo { position: relative; }
|
||||||
.hero-photo-frame {
|
.hero-photo-frame {
|
||||||
|
|||||||
Reference in New Issue
Block a user