Skip to content

Commit

Permalink
How to center a div
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed May 16, 2023
1 parent 774a6dc commit edb9f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/info/DialogIkkeValgt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ReactComponent as IngenValgteDialoger } from '../dialog/ingen-valgt.svg

const DialogIkkeValgt = () => {
return (
<div>
<div className="flex flex-col justify-center">
<IngenValgteDialoger className="w-40 mx-auto" />
<BodyShort>Velg en dialog for å lese den</BodyShort>
</div>
Expand Down

0 comments on commit edb9f1a

Please sign in to comment.