| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 .footnote | 2 .footnote |
| 3 { | 3 { |
| 4 margin-top: $lg; | 4 margin-top: $lg; |
| 5 | |
| 6 @media (max-width: $tablet-breakpoint) | |
| 7 { | |
| 8 margin-top: $md; | |
| 9 } | |
| 5 } | 10 } |
| 6 | 11 |
| 7 .footnote-ref | 12 .footnote-ref |
| 8 { | 13 { |
| 9 font-weight: 700; | 14 font-weight: 700; |
| 10 font-size: 12px; | 15 font-size: 12px; |
| 11 } | 16 } |
| 12 | 17 |
| 13 .footnote li > p | 18 .footnote li > p |
| 14 { | 19 { |
| 15 margin: 0; | 20 margin: 0; |
| 16 display: inline-block; | 21 display: inline-block; |
| 17 } | 22 } |
| OLD | NEW |