SEO tweaks, design tweaks
This commit is contained in:
@@ -25,6 +25,14 @@ section {
|
||||
padding-bottom: 44px;
|
||||
}
|
||||
|
||||
.hero-subtitle {
|
||||
margin: -8px 0 26px;
|
||||
max-width: 460px;
|
||||
color: rgba(255, 255, 255, 0.86);
|
||||
font-size: 18px;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.hero-buttons {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
@@ -301,10 +309,27 @@ section {
|
||||
}
|
||||
|
||||
|
||||
.service-card-price {
|
||||
display: inline-block;
|
||||
margin: 14px 0 0;
|
||||
padding: 6px 14px;
|
||||
border-radius: 999px;
|
||||
background: rgba(33, 48, 33, 0.06);
|
||||
color: var(--green);
|
||||
font-family: var(--font-head);
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
.service-card a.btn {
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.service-card-price + a.btn {
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
#values,
|
||||
footer {
|
||||
background: var(--green);
|
||||
|
||||
Reference in New Issue
Block a user