File tree Expand file tree Collapse file tree 2 files changed +24
-9
lines changed Expand file tree Collapse file tree 2 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,13 @@ a:hover {
37
37
}
38
38
}
39
39
40
+ main.-landing {
41
+ display: flex;
42
+ flex-direction: row;
43
+ width: 100vw;
44
+ height: 100%;
45
+ min-height: 100vh;
46
+ }
40
47
.landing-header {
41
48
width: 43vw;
42
49
}
@@ -51,6 +58,20 @@ a:hover {
51
58
.book-title {
52
59
margin: 10px 0 20px 0;
53
60
}
61
+
62
+ main.-landing {
63
+ display: block;
64
+ height: auto;
65
+ min-height: auto;
66
+ }
67
+
68
+ .by-authors {
69
+ margin-bottom: 10px;
70
+ }
71
+
72
+ .landing-main {
73
+ padding-top: 20px;
74
+ }
54
75
}
55
76
56
77
.ripple-ball {
Original file line number Diff line number Diff line change @@ -122,15 +122,7 @@ class Index extends Component {
122
122
The GraphQL Guide
123
123
</ title >
124
124
</ Head >
125
- < main
126
- className = "-landing"
127
- style = { {
128
- display : 'flex' ,
129
- flexDirection : 'row' ,
130
- flexWrap : 'wrap' ,
131
- width : '100vw' ,
132
- } }
133
- >
125
+ < main className = "-landing" >
134
126
< Paper
135
127
className = "landing-header"
136
128
zDepth = { 2 }
@@ -191,6 +183,7 @@ class Index extends Component {
191
183
</ h2 >
192
184
</ div >
193
185
< div
186
+ className = "by-authors"
194
187
style = { {
195
188
display : 'flex' ,
196
189
alignItems : 'center' ,
@@ -226,6 +219,7 @@ class Index extends Component {
226
219
</ div >
227
220
</ Paper >
228
221
< section
222
+ className = "landing-main"
229
223
style = { {
230
224
display : 'flex' ,
231
225
flex : '1' ,
You can’t perform that action at this time.
0 commit comments