Skip to content

Commit 7c2332b

Browse files
authored
fix: mobile styling (#72)
1 parent 669c838 commit 7c2332b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Links.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Container = styled('footer')`
1010
align-items: center;
1111
justify-content: center;
1212
13-
margin-top: 1em;
13+
margin: 1em 0 2em 0;
1414
1515
& > a {
1616
margin: 0 6px;

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const MeIllustration = dynamic(() => import('components/MeIllustration'));
1616
const AppContainer = styled('div')`
1717
position: relative;
1818
width: 100vw;
19-
height: 100vh;
19+
min-height: 100vh;
2020
2121
display: flex;
2222
flex-direction: column;

0 commit comments

Comments
 (0)