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 56c1df5 commit 7b702edCopy full SHA for 7b702ed
css/main.css
@@ -43,6 +43,7 @@ a:visited { color: #205caa; }
43
.container,
44
.grid {
45
margin: 0 auto;
46
+ margin-bottom: 40px;
47
}
48
.container {
49
padding-left: 30px;
@@ -424,6 +425,22 @@ a:visited { color: #205caa; }
424
425
width: auto;
426
float: none;
427
clear: both;
428
+ text-align: center;
429
+ }
430
+
431
+ .hero {
432
+ margin-top: 20px;
433
+ margin-bottom: 30px;
434
435
436
+ .hero h2 {
437
+ line-height: 1.2em;
438
+ margin-bottom: 20px;
439
440
441
+ .grid {
442
+ margin-top: 40px;
443
444
445
446
0 commit comments