| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 #content | 1 #content |
| 2 { | 2 { |
| 3 text-align: center; | 3 text-align: center; |
| 4 margin-left: 0; | |
|
juliandoucette
2017/10/07 15:50:07
This prevented the mobile content from centering.
ire
2017/10/09 12:28:48
Acknowledged.
| |
| 5 margin-right: 0; | |
| 6 } | 4 } |
| 7 | 5 |
| 8 #abb-banner | 6 #abb-banner |
| 9 { | 7 { |
| 10 padding: 20px; | 8 padding: 20px; |
| 11 } | 9 } |
| 12 | 10 |
| 13 #abb-banner h2 | 11 #abb-banner h2 |
| 14 { | 12 { |
| 15 font-size: 24px; | 13 font-size: 24px; |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 #key-facts section.border-right | 104 #key-facts section.border-right |
| 107 { | 105 { |
| 108 padding-bottom: 25px; | 106 padding-bottom: 25px; |
| 109 border-bottom: 1px dotted black; | 107 border-bottom: 1px dotted black; |
| 110 } | 108 } |
| 111 | 109 |
| 112 #footnote | 110 #footnote |
| 113 { | 111 { |
| 114 padding: 0px 20px; | 112 padding: 0px 20px; |
| 115 } | 113 } |
| OLD | NEW |