Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 <style> | 1 <style> |
2 | |
3 #logos, | |
4 #logos-heading | |
5 { | |
6 padding-bottom: 32px; | |
7 } | |
8 | |
9 @media(min-width: 544px) | |
10 { | |
11 #logos | |
12 { | |
13 padding-bottom: 96px; | |
14 } | |
15 #logos-heading | |
16 { | |
17 padding-bottom: 64px; | |
18 } | |
19 } | |
2 | 20 |
3 @media(min-width: 768px) | 21 @media(min-width: 768px) |
4 { | 22 { |
5 .masthead-img .embed | 23 .masthead-img .embed |
6 { | 24 { |
7 margin-top: 196px; | 25 margin-top: 196px; |
8 } | 26 } |
9 } | 27 } |
10 | 28 |
11 </style> | 29 </style> |
LEFT | RIGHT |