Skip to content

Commit

Permalink
fix: Improved page padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kajyr committed Nov 11, 2021
1 parent 7d8f861 commit eedeb56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/globalstyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const GlobalStyle = createGlobalStyle`
body {
background: #ecf0f5;
padding: 1em;
}
* {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/templates/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const Wrapper = styled.div`
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 1em;
header {
margin-bottom: 15px;
Expand Down

0 comments on commit eedeb56

Please sign in to comment.