Skip to content

Commit 44a8c2c

Browse files
Adjust padding in desktop container styles
1 parent c8690b1 commit 44a8c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/desktopcontainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const DesktopContainer = ({ children }) => {
5151
backgroundImage: 'url(/Forerunner.jpg)',
5252
backgroundSize: 'cover',
5353
minHeight: 350,
54-
padding: '1em 0em',
54+
padding: '1em 1em',
5555
}}
5656
vertical
5757
>

0 commit comments

Comments
 (0)