Skip to content

Commit

Permalink
Vis veilederpanel på side 4
Browse files Browse the repository at this point in the history
Co-authored-by: joeldlin <jorgen.elden.lindgren@nav.no>
  • Loading branch information
toresbe and joeldlin committed May 15, 2024
1 parent 995ce10 commit f887600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/04-familie/EktefellePlikterForsorge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const EktefellerPlikterForsorge = () => {
const {t} = useTranslation("skjema");

return (
<GuidePanel poster className={"mb-6"}>
<GuidePanel className={"xs:!-ml-10 mb-6"}>
<Heading level={"4"} size={"small"} spacing>
{t("system.familie.sivilstatus.informasjonspanel.tittel")}
</Heading>
Expand Down
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module.exports = {
digisosGronnMork: "#38a161",
digisosGronnBakgrunn: "#D4E6D8",
},
screens: {
xs: "480px", // for å matche DS "mobile" breakpoint
},
},
},
presets: [require("@navikt/ds-tailwind")],
Expand Down

0 comments on commit f887600

Please sign in to comment.