Skip to content

Commit

Permalink
fix(frontend): move section base style to app css
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jul 19, 2024
1 parent 8e172e0 commit 93af00b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions frontend/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ html {
font-family: var(--font-family);
}

section {
margin-block: var(--size-8);
}

img {
font-size: var(--font-size-1);
text-align: center;
Expand Down
6 changes: 1 addition & 5 deletions frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@
text-align: center;
}
section {
margin-block: var(--size-8);
}
form {
display: flex;
gap: var(--size-2);
Expand All @@ -167,7 +163,7 @@
flex-grow: 1;
&::placeholder {
color: var(--gray-8);
color: var(--text-1);
font-style: italic;
}
}
Expand Down

0 comments on commit 93af00b

Please sign in to comment.