| Index: includes/tool-certification/style.html |
| =================================================================== |
| --- a/includes/tool-certification/style.html |
| +++ b/includes/tool-certification/style.html |
| @@ -1,11 +1,42 @@ |
| <style> |
| +.logos, |
| +.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.
|
| +{ |
| + padding-bottom: 32px; |
| +} |
| + |
| +.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.
|
| +{ |
| + margin-bottom: 32px; |
| +} |
| + |
| +@media(min-width: 544px) |
| +{ |
| + .logos |
| + { |
| + padding-bottom: 96px; |
| + } |
| + .bg-accent blockquote |
| + { |
| + padding-bottom: 64px; |
| + } |
| + .btn-primary |
| + { |
| + margin-bottom: 64px; |
| + } |
| +} |
| + |
| @media(min-width: 768px) |
| { |
| .masthead-img .embed |
| { |
| margin-top: 196px; |
| } |
| + .btn-primary |
| + { |
| + margin-bottom: 96px; |
| + } |
| } |
| </style> |