Skip to content

Commit

Permalink
Merge pull request #1282 from webkom/reduce-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
norbye authored Jan 10, 2025
2 parents 487ea39 + 494c839 commit 884a166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions webapp/components/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ const ReceiptForm = (): JSX.Element => {

<FormInput
name="mailFrom"
type="email"
label="Din e-post"
required
helperText="En kopi av skjemaet vil bli sendt hit"
Expand Down Expand Up @@ -265,6 +266,7 @@ const ReceiptForm = (): JSX.Element => {
/>
<FormInput
name="mailTo"
type="email"
label="Økans e-post"
required
helperText="Økans til gruppen/komiteen"
Expand Down
3 changes: 1 addition & 2 deletions webapp/pages/_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@tailwind components;
@tailwind utilities;

html,
body {
padding: 1rem;
font-family: Inter, sans-serif;
Expand All @@ -13,8 +12,8 @@ body {
}

@media screen and (max-width: 500px) {
html,
body {
margin: 1rem 0;
padding-top: 0;
}
}

0 comments on commit 884a166

Please sign in to comment.