Skip to content

Commit

Permalink
Ta vekk litt unødvendig padding
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Oct 18, 2024
1 parent a715820 commit 75bcb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/saksbilde/hjelpemidler/BrukersFunksjon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function BrukersFunksjon(props: { funksjonsbeskrivelse: Funksjonsbeskrive
const { funksjonsbeskrivelse } = props
const { beskrivelse } = funksjonsbeskrivelse
return (
<Box paddingBlock="10" paddingInline={{ xs: '0 4', sm: '0 4', md: '0 32' }} maxWidth={'800px'}>
<Box paddingBlock="10" paddingInline={{ xs: '0 4', sm: '0 4' }} maxWidth={'800px'}>
<Heading level="1" size="small" spacing>
Funksjonsvurdering
</Heading>
Expand Down

0 comments on commit 75bcb8f

Please sign in to comment.