| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 <style> | 1 <style> |
| 2 | 2 |
| 3 .logos, | |
| 4 .bg-accent blockquote | |
|
juliandoucette
2017/06/26 10:31:20
.bg-accent was intended to be about background col
ire
2017/06/27 08:36:29
Done.
| |
| 5 { | |
| 6 padding-bottom: 32px; | |
| 7 } | |
| 8 | |
| 9 .btn-primary | |
|
juliandoucette
2017/06/26 10:31:20
See comment in styles/about (it may be unnecessary
ire
2017/06/27 08:36:29
Done.
| |
| 10 { | |
| 11 margin-bottom: 32px; | |
| 12 } | |
| 13 | |
| 14 @media(min-width: 544px) | |
| 15 { | |
| 16 .logos | |
| 17 { | |
| 18 padding-bottom: 96px; | |
| 19 } | |
| 20 .bg-accent blockquote | |
| 21 { | |
| 22 padding-bottom: 64px; | |
| 23 } | |
| 24 .btn-primary | |
| 25 { | |
| 26 margin-bottom: 64px; | |
| 27 } | |
| 28 } | |
| 29 | |
| 3 @media(min-width: 768px) | 30 @media(min-width: 768px) |
| 4 { | 31 { |
| 5 .masthead-img .embed | 32 .masthead-img .embed |
| 6 { | 33 { |
| 7 margin-top: 196px; | 34 margin-top: 196px; |
| 8 } | 35 } |
| 36 .btn-primary | |
| 37 { | |
| 38 margin-bottom: 96px; | |
| 39 } | |
| 9 } | 40 } |
| 10 | 41 |
| 11 </style> | 42 </style> |
| OLD | NEW |