Skip to content

Commit

Permalink
Sentrerer navigasjonsknapper på forsiden (#1322)
Browse files Browse the repository at this point in the history
* Sentrerer navigasjonsknapper på forsiden

* Legger til gap på VStack for BekreftelseOgStartSoknad
  • Loading branch information
ole-kristian-rudjord authored Aug 9, 2024
1 parent 44fb530 commit ef5908c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const BekreftelseOgStartSoknad: React.FC = () => {
/>
</ConfirmationPanel>

<div>
<VStack gap="8" width={{ sm: 'fit-content' }} marginInline={{ sm: 'auto' }}>
<Button
variant={
bekreftelseStatus === BekreftelseStatus.BEKREFTET
Expand All @@ -93,7 +93,7 @@ const BekreftelseOgStartSoknad: React.FC = () => {
>
<SpråkTekst id="forside.start-soknad.knapp" />
</Button>
</div>
</VStack>
</VStack>
</form>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const FortsettPåSøknad: React.FC = () => {
typografi={Typografi.BodyLong}
/>
</Alert>
<VStack gap="8" width={{ sm: 'fit-content' }}>
<VStack gap="8" width={{ sm: 'fit-content' }} marginInline={{ sm: 'auto' }}>
<Button onClick={fortsettPåSøknaden}>
{plainTekst(navigasjonTekster.fortsettKnapp)}
</Button>
Expand Down

0 comments on commit ef5908c

Please sign in to comment.