feature/cancel-edit-pending-orders #4
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