Line 84: | Line 84: | ||
} | } | ||
#bannerquote { | #bannerquote { | ||
+ | padding-right: 15%; | ||
+ | padding-left: 15%; | ||
font-family: var(--headfont); | font-family: var(--headfont); | ||
font-size: 50px; | font-size: 50px; | ||
+ | line-height: 170%; | ||
color: var(--bright-bg-color); | color: var(--bright-bg-color); | ||
} | } | ||
+ | |||
#bannerquote:before { | #bannerquote:before { | ||
− | content: '>> '; | + | content: '>>\00a0'; |
} | } | ||
#bannerquote:after { | #bannerquote:after { | ||
− | content: ' <<'; | + | content: '\00a0<<'; |
} | } | ||
Revision as of 13:30, 21 October 2017