Merge about page prose into hero and drop redundant section heading.
- Move the three explanatory paragraphs into the hero card under the lead - Remove the separate "Vad vi gör" section that repeated the same framing - Add a light divider between lead and body text for readability Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
255095e6bd
commit
c0c32b718b
1 changed files with 6 additions and 5 deletions
|
|
@ -29,10 +29,6 @@ const highlights = [
|
|||
Bilhej gör det enkelt att nå en bilägare med ett fysiskt brev. Du
|
||||
skriver meddelandet, vi sköter utskick och post.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="about__section">
|
||||
<h2 class="about__section-title">Vad vi gör</h2>
|
||||
<div class="about__prose">
|
||||
<p>
|
||||
Många situationer i trafiken eller på parkeringen är enklare att lösa
|
||||
|
|
@ -126,12 +122,17 @@ const highlights = [
|
|||
}
|
||||
|
||||
.about__lead {
|
||||
margin: 0;
|
||||
margin: 0 0 var(--space-lg) 0;
|
||||
font-size: 1.0625rem;
|
||||
line-height: 1.75;
|
||||
color: var(--color-muted);
|
||||
}
|
||||
|
||||
.about__prose {
|
||||
padding-top: var(--space-lg);
|
||||
border-top: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.about__section {
|
||||
margin-bottom: var(--space-2xl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue