Restore contact section
This commit is contained in:
56
css/main.css
56
css/main.css
@@ -1109,6 +1109,57 @@ blockquote p {
|
||||
}
|
||||
.social-list li a:hover { border-color: var(--gold); color: var(--gold); }
|
||||
|
||||
/* ================================================
|
||||
CONTACT SECTION
|
||||
================================================ */
|
||||
.contact-section {
|
||||
background: var(--dark);
|
||||
border-top: 2px solid var(--gold);
|
||||
border-bottom: 2px solid var(--gold);
|
||||
padding: 56px 0;
|
||||
}
|
||||
|
||||
.contact-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
.contact-card {
|
||||
padding: 40px 32px;
|
||||
text-align: center;
|
||||
border-right: 1px solid rgba(255,255,255,.08);
|
||||
}
|
||||
.contact-card:last-child { border-right: none; }
|
||||
|
||||
.contact-card__icon {
|
||||
font-size: 28px;
|
||||
color: var(--gold);
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.contact-card h3 {
|
||||
font-size: 11px;
|
||||
letter-spacing: .12em;
|
||||
text-transform: uppercase;
|
||||
color: rgba(255,255,255,.5);
|
||||
font-weight: 600;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.contact-card p,
|
||||
.contact-card a {
|
||||
color: rgba(255,255,255,.75);
|
||||
font-size: 15px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.contact-card a:hover { color: var(--gold); }
|
||||
|
||||
.email-display .at {
|
||||
color: var(--gold);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* ================================================
|
||||
CONTACT ANIMATION
|
||||
================================================ */
|
||||
@@ -1428,6 +1479,11 @@ blockquote p {
|
||||
.wf-band__kpi strong { font-size: 26px; }
|
||||
|
||||
|
||||
/* contact */
|
||||
.contact-grid { grid-template-columns: 1fr; }
|
||||
.contact-card { padding: 32px 24px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
|
||||
.contact-card:last-child { border-bottom: none; }
|
||||
|
||||
/* footer */
|
||||
.sec-head__sub { max-width: 100%; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user