File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,17 @@ const styles = {
31
31
// textDecoration: 'none',
32
32
} ,
33
33
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 ,
36
40
display : 'flex' ,
37
41
flexDirection : 'column' ,
38
42
alignItems : 'center' ,
39
43
justifyContent : 'center' ,
44
+
40
45
} ,
41
46
listAnimation : {
42
47
maxLeft : 200 ,
@@ -123,6 +128,7 @@ class Index extends Component {
123
128
< Avatar
124
129
src = "https://pbs.twimg.com/profile_images/705848506536210432/Gonh3JNx.jpg"
125
130
style = { styles . avatar }
131
+ size = { 50 }
126
132
/>
127
133
Jonas Helfer
128
134
</ a >
@@ -134,6 +140,7 @@ class Index extends Component {
134
140
< Avatar
135
141
src = "http://lorensr.me/img/loren-sq.png"
136
142
style = { styles . avatar }
143
+ size = { 50 }
137
144
/>
138
145
Loren Sands-Ramshaw
139
146
</ a >
@@ -160,7 +167,12 @@ class Index extends Component {
160
167
height : `calc(100vh - ${ headerH } px)` ,
161
168
} }
162
169
>
163
- < section >
170
+ < section
171
+ style = { {
172
+ alignSelf : 'flex-start' ,
173
+ marginTop : 20 ,
174
+ } }
175
+ >
164
176
< p
165
177
style = { {
166
178
maxWidth : 500 ,
@@ -246,7 +258,7 @@ class Index extends Component {
246
258
display : 'flex' ,
247
259
width : 450 ,
248
260
justifyContent : 'space-between' ,
249
- marginLeft : 80 ,
261
+ marginLeft : 30 ,
250
262
} }
251
263
className = "logo-collection"
252
264
>
You can’t perform that action at this time.
0 commit comments