| ... |
... |
@@ -22,10 +22,10 @@ |
| 22 |
22 |
h2 { font-size: clamp(1.4rem, 1.4vw + .8rem, 2rem); line-height: 1.2; margin: .2rem 0 .4rem; } |
| 23 |
23 |
h3 { font-size: 1.12rem; margin: .2rem 0 .25rem; } |
| 24 |
24 |
.lead { color: @muted; max-width: 72ch; } |
| 25 |
|
- .container { max-width: @maxw; margin-top: 5px;} |
|
25 |
+ .container { max-width: @maxw; margin: 0 auto; padding: 0 20px; } |
| 26 |
26 |
|
| 27 |
27 |
/* Global sections */ |
| 28 |
|
- section { padding: 0 0 64px; border-top: 1px solid @line; } |
|
28 |
+ section { padding: 64px 0; border-top: 1px solid @line; } |
| 29 |
29 |
section:first-of-type { border-top: none; } |
| 30 |
30 |
|
| 31 |
31 |
/* Buttons */ |
| ... |
... |
@@ -56,7 +56,7 @@ |
| 56 |
56 |
display: flex; |
| 57 |
57 |
align-items: center; |
| 58 |
58 |
justify-content: center; |
| 59 |
|
- min-height: 35vh; /* reduced height */ |
|
59 |
+ min-height: 48vh; /* reduced height */ |
| 60 |
60 |
/*padding: 48px 0; /* controlled vertical spacing */ |
| 61 |
61 |
|
| 62 |
62 |
.hero-inner { |