| ... |
... |
@@ -218,9 +218,13 @@ |
| 218 |
218 |
color: var(@color-brand-primary); |
| 219 |
219 |
} |
| 220 |
220 |
|
|
221 |
+.get-started { |
|
222 |
+ margin-bottom: 5rem 0; |
|
223 |
+} |
|
224 |
+ |
| 221 |
221 |
.search__row { |
| 222 |
222 |
padding:1rem; |
| 223 |
|
- margin: 2rem; |
|
227 |
+ margin: 2rem 0; |
| 224 |
224 |
background: @color-xwiki-gray; |
| 225 |
225 |
} |
| 226 |
226 |
.get-started__row__text { |
| ... |
... |
@@ -229,15 +229,22 @@ |
| 229 |
229 |
.get-started__title { |
| 230 |
230 |
text-align: center; |
| 231 |
231 |
color: #aaa; |
| 232 |
|
- padding: 10rem 0; |
|
236 |
+ /*padding: 10rem 0;*/ |
|
237 |
+ padding:5rem 0; |
| 233 |
233 |
font-size: 2rem; |
| 234 |
234 |
border-top: 1px solid #ccc; |
| 235 |
|
- margin-top: 10rem; |
|
240 |
+ /*margin-top: 10rem;*/ |
|
241 |
+ margin-top: 5rem; |
| 236 |
236 |
} |
| 237 |
237 |
.get-started__row { |
| 238 |
238 |
margin-top: 3rem; |
| 239 |
239 |
} |
| 240 |
240 |
|
|
247 |
+.pre-footer { |
|
248 |
+ font-size: 32px; |
|
249 |
+ line-height: 42px; |
|
250 |
+} |
|
251 |
+ |
| 241 |
241 |
@media screen and (min-width: 992px) { |
| 242 |
242 |
.get-started__row { |
| 243 |
243 |
display: flex; |
| ... |
... |
@@ -249,11 +249,11 @@ |
| 249 |
249 |
} |
| 250 |
250 |
} |
| 251 |
251 |
.pre-footer { |
| 252 |
|
- margin: 10rem 0; |
| 253 |
|
- padding: 10rem 0; |
|
263 |
+ margin: 5rem 0; |
|
264 |
+ padding: 5rem 0; |
| 254 |
254 |
text-align: center; |
| 255 |
255 |
border-top: 1px solid #ccc; |
| 256 |
|
- border-bottom: 1px solid #ccc; |
|
267 |
+ /*border-bottom: 1px solid #ccc;*/ |
| 257 |
257 |
} |
| 258 |
258 |
|
| 259 |
259 |
.tags__title, .tags__text { |
| ... |
... |
@@ -264,7 +264,7 @@ |
| 264 |
264 |
.tags__title--science, |
| 265 |
265 |
.tags__title--reproducible, |
| 266 |
266 |
.tags__title--anywhere { |
| 267 |
|
- padding-top: 8rem; |
|
278 |
+ padding-top: 4rem; |
| 268 |
268 |
position: relative; |
| 269 |
269 |
} |
| 270 |
270 |
|