Skip to content

Commit

Permalink
Mod padding for smartphone display
Browse files Browse the repository at this point in the history
  • Loading branch information
f1evm authored Oct 31, 2021
1 parent 4b29427 commit 5566f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Layout = props => (
.content {
padding-left: 10px;
padding-right: 10px;
padding-top: 7%;
padding-top: 5rem;
}
`}</style>
<style global jsx>{`
Expand Down

0 comments on commit 5566f67

Please sign in to comment.