Skip to content

Commit

Permalink
fix: correct header level for services
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed May 6, 2024
1 parent daab58d commit fc87ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/tjenesteomrader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import Entrance from './components/entrance/entrance';
import { colorPairs } from '@variant/profile/lib/colors';

import style from './tjenesteomrader.module.css';
import { Heading2 } from '@components/heading';
import { Heading1, Heading2 } from '@components/heading';

const Tjenesteomrader = () => {
return (
<section className={style.tjenesteomrader}>
<Heading2 id="tjenesteomrader" className={style.title}>
<Heading1 id="tjenesteomrader" styleLevel="2">
Våre tjenesteområder
</Heading2>
</Heading1>
<p className={style.tjenesteomrader__ingress}>
I Variant ønsker vi å bidra til størst mulig forandring til det bedre
for kundene våre, for folk og for samfunnet. Derfor har vi rigget oss
Expand Down
4 changes: 0 additions & 4 deletions src/tjenesteomrader/tjenesteomrader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
font-size: 1.2rem;
}

.title {
text-align: center;
}

.wrapper {
padding-block: 5rem;
}
Expand Down

0 comments on commit fc87ea1

Please sign in to comment.