Skip to content

Commit 256d947

Browse files
committed
Adjust styles
1 parent 7f7d2d9 commit 256d947

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pages/index.js

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,17 @@ const styles = {
3131
// textDecoration: 'none',
3232
},
3333
paper: {
34-
height: 400,
35-
width: 400,
34+
height: '45vh',
35+
width: '45vh',
36+
maxHeight: 400,
37+
maxWidth: 400,
38+
minHeight: 320,
39+
minWidth: 320,
3640
display: 'flex',
3741
flexDirection: 'column',
3842
alignItems: 'center',
3943
justifyContent: 'center',
44+
4045
},
4146
listAnimation: {
4247
maxLeft: 200,
@@ -123,6 +128,7 @@ class Index extends Component {
123128
<Avatar
124129
src="https://pbs.twimg.com/profile_images/705848506536210432/Gonh3JNx.jpg"
125130
style={styles.avatar}
131+
size={50}
126132
/>
127133
Jonas Helfer
128134
</a>
@@ -134,6 +140,7 @@ class Index extends Component {
134140
<Avatar
135141
src="http://lorensr.me/img/loren-sq.png"
136142
style={styles.avatar}
143+
size={50}
137144
/>
138145
Loren Sands-Ramshaw
139146
</a>
@@ -160,7 +167,12 @@ class Index extends Component {
160167
height: `calc(100vh - ${headerH}px)`,
161168
}}
162169
>
163-
<section>
170+
<section
171+
style={{
172+
alignSelf: 'flex-start',
173+
marginTop: 20,
174+
}}
175+
>
164176
<p
165177
style={{
166178
maxWidth: 500,
@@ -246,7 +258,7 @@ class Index extends Component {
246258
display: 'flex',
247259
width: 450,
248260
justifyContent: 'space-between',
249-
marginLeft: 80,
261+
marginLeft: 30,
250262
}}
251263
className="logo-collection"
252264
>

0 commit comments

Comments
 (0)