Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 #content | 1 #content |
2 { | 2 { |
3 text-align: center; | 3 text-align: center; |
4 padding-top: 5em; | 4 padding-top: 2.5em; |
5 } | 5 } |
6 | 6 |
7 #abb-banner | 7 #abb-banner |
8 { | 8 { |
9 padding: 20px; | 9 padding: 20px; |
10 } | 10 } |
11 | 11 |
12 #abb-banner h2 | 12 #abb-banner h2 |
13 { | 13 { |
14 font-size: 24px; | 14 font-size: 24px; |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
105 #key-facts section.border-right | 105 #key-facts section.border-right |
106 { | 106 { |
107 padding-bottom: 25px; | 107 padding-bottom: 25px; |
108 border-bottom: 1px dotted black; | 108 border-bottom: 1px dotted black; |
109 } | 109 } |
110 | 110 |
111 #footnote | 111 #footnote |
112 { | 112 { |
113 padding: 0px 20px; | 113 padding: 0px 20px; |
114 } | 114 } |
LEFT | RIGHT |