We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669c838 commit 7c2332bCopy full SHA for 7c2332b
src/components/Links.tsx
@@ -10,7 +10,7 @@ const Container = styled('footer')`
10
align-items: center;
11
justify-content: center;
12
13
- margin-top: 1em;
+ margin: 1em 0 2em 0;
14
15
& > a {
16
margin: 0 6px;
src/pages/index.tsx
@@ -16,7 +16,7 @@ const MeIllustration = dynamic(() => import('components/MeIllustration'));
const AppContainer = styled('div')`
17
position: relative;
18
width: 100vw;
19
- height: 100vh;
+ min-height: 100vh;
20
21
display: flex;
22
flex-direction: column;
0 commit comments