We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc561a commit c57b714Copy full SHA for c57b714
css/main.css
@@ -341,6 +341,11 @@ section {
341
342
header img.logo {
343
width: 40%;
344
+ max-width: 200px;
345
+ }
346
+
347
+ header .wrapper {
348
+ padding-bottom: 20px;
349
}
350
351
header .links {
@@ -352,6 +357,18 @@ section {
352
357
text-align: center;
353
358
354
359
360
+ header a.cta {
361
+ width: 100%;
362
+ max-width: 350px;
363
+ margin: 7px 0;
364
+ padding: 23px 0;
365
+ text-align: center;
366
367
368
+ header p {
369
+ padding-bottom: 60px;
370
371
355
372
header .links a.link {
356
373
display: block;
374
border-bottom: 1px solid rgba(255, 255, 255, .1);
0 commit comments