Commit 1fa8281 Manuel Rauber
committed
1 parent f599397 commit 1fa8281 Copy full SHA for 1fa8281
File tree 4 files changed +23
-13
lines changed
4 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -226,20 +226,25 @@ body {
226
226
.prizes .row {
227
227
margin-top : 50px ;
228
228
display : -ms-flexbox;
229
- display : flex; }
229
+ display : flex;
230
+ -ms-flex-wrap : wrap;
231
+ flex-wrap : wrap;
232
+ -ms-flex-pack : justify;
233
+ justify-content : space-between; }
230
234
@media (max-width : 1023px ) {
231
235
.prizes .row {
232
236
display : block; }
233
237
.prizes .row div {
234
- display : block; }
238
+ display : block;
239
+ min-width : 100% !important ;
240
+ max-width : 100% !important ; }
235
241
.prizes .row div .icon-and-text + div {
236
- margin-top : 50px ;
237
- padding-left : 0 ; } }
242
+ margin-top : 50px ; } }
238
243
.prizes .row div {
239
244
-ms-flex : 1 ;
240
- flex : 1 ; }
241
- . prizes . row div + div {
242
- padding-left : 25 px ; }
245
+ flex : 1 ;
246
+ min-width : 45 % ;
247
+ max-width : 45 % ; }
243
248
.prizes .row img {
244
249
max-height : 100px ; }
245
250
.prizes .row b {
Original file line number Diff line number Diff line change @@ -200,28 +200,29 @@ body {
200
200
.row {
201
201
margin-top : $gap * 2 ;
202
202
display : flex ;
203
+ flex-wrap : wrap ;
204
+ justify-content : space-between ;
203
205
204
206
@include media (' <desktop' ) {
205
207
display : block ;
206
208
207
209
div {
208
210
display : block ;
211
+ min-width : 100% !important ;
212
+ max-width : 100% !important ;
209
213
210
214
& .icon-and-text {
211
215
+ div {
212
216
margin-top : $gap * 2 ;
213
- padding-left : 0 ;
214
217
}
215
218
}
216
219
}
217
220
}
218
221
219
222
div {
220
223
flex : 1 ;
221
-
222
- + div {
223
- padding-left : $gap ;
224
- }
224
+ min-width : 45% ;
225
+ max-width : 45% ;
225
226
}
226
227
227
228
img {
Original file line number Diff line number Diff line change @@ -191,6 +191,8 @@ <h1>The Prizes</h1>
191
191
start video recording? Control your computer with your face? The possibilities are endless!
192
192
</ p >
193
193
</ div >
194
+ </ div >
195
+ < div class ="row ">
194
196
< div class ="icon-and-text ">
195
197
< img src ="assets/icon_group.png " class ="shortened "/>
196
198
< b > Social Innovation</ b >
@@ -203,7 +205,8 @@ <h1>The Prizes</h1>
203
205
< img src ="assets/noun_1200809_cc.png " class ="shortened "/>
204
206
< b > Voice Design Innovation</ b >
205
207
< p class ="small ">
206
- Team that innovates on the power of voice and implements Alexa.
208
+ Team that innovates on the power of voice and implements Alexa. < br />
209
+ < em class ="small "> Sponsored by Amazon</ em >
207
210
</ p >
208
211
</ div >
209
212
</ div >
@@ -300,6 +303,7 @@ <h1>SPONSORS</h1>
300
303
301
304
< div class ="row ">
302
305
< a href ="https://www.inovex.de/ " target ="_blank "> < img src ="assets/sponsors/inovex.svg " class ="sponsor-image medium "/> </ a >
306
+ < a href ="https://www.amazon.de/ " target ="_blank "> < img src ="assets/sponsors/amazon_logo.jpg " class ="sponsor-image medium "/> </ a >
303
307
</ div >
304
308
305
309
< div class ="row ">
You can’t perform that action at this time.
0 commit comments