Add LHB Engineering case study with reusable header/footer partials and scrollable hero screenshots

This commit is contained in:
Ovidiu U
2026-03-13 13:39:55 +00:00
parent f2d497db9a
commit 484066a80e
11 changed files with 328 additions and 107 deletions

View File

@@ -70,6 +70,12 @@ a {
box-shadow: var(--shadow);
}
.nav-left {
display: flex;
align-items: center;
gap: 1.25rem;
}
.nav-logo {
font-family: var(--mono);
font-weight: 800;
@@ -78,6 +84,18 @@ a {
color: var(--accent);
}
.nav-back {
font-family: var(--mono);
font-size: 1rem;
color: var(--white);
opacity: 0.5;
transition: opacity 0.15s;
}
.nav-back:hover {
opacity: 1;
}
.nav-links {
display: flex;
gap: 2rem;
@@ -132,6 +150,10 @@ a {
color: var(--white);
}
.hero h1 .h1-sub {
font-size: 0.6em;
}
.hero-sub {
font-size: 1.25rem;
color: var(--white);