Unify label styling by replacing hero-label with section-label and comment out portfolio CTA section
This commit is contained in:
@@ -126,15 +126,11 @@ a {
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
.hero-label {
|
||||
font-family: var(--mono);
|
||||
font-size: 0.85rem;
|
||||
text-transform: uppercase;
|
||||
.hero .section-label {
|
||||
background: var(--accent);
|
||||
color: var(--black);
|
||||
display: inline-block;
|
||||
font-size: 0.85rem;
|
||||
padding: 4px 12px;
|
||||
font-weight: 900;
|
||||
margin-bottom: 2rem;
|
||||
width: fit-content;
|
||||
}
|
||||
@@ -322,8 +318,8 @@ a {
|
||||
}
|
||||
|
||||
.service-row-title {
|
||||
font-family: 'Archivo Black', sans-serif;
|
||||
font-size: clamp(2.5rem, 6vw, 6rem);
|
||||
font-family: var(--mono), serif;
|
||||
font-size: clamp(3rem, 8vw, 8rem);
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
color: #ffffff;
|
||||
@@ -372,6 +368,10 @@ a {
|
||||
.service-row-arrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.service-row-title {
|
||||
font-size: clamp(2rem, 10vw, 3rem);
|
||||
}
|
||||
}
|
||||
|
||||
/* ========================================
|
||||
|
||||
Reference in New Issue
Block a user