Commit 4702aeaf1cd33281e50b97c39cd157ab509a9871
1 parent
79fb272c
Exists in
master
and in
8 other branches
Fix blockquote
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
src/app/layout.scss
... | ... | @@ -320,12 +320,10 @@ a.link-black { |
320 | 320 | |
321 | 321 | blockquote { |
322 | 322 | border-left: medium none; |
323 | - font-size: 140%; | |
324 | 323 | padding: 50px 0 0 50px; |
325 | 324 | position: relative; |
326 | 325 | margin: 0px; |
327 | 326 | border-left: none; |
328 | - line-height: 28px; | |
329 | 327 | |
330 | 328 | &:before { |
331 | 329 | content: "\231C"; |
... | ... | @@ -341,6 +339,12 @@ blockquote { |
341 | 339 | } |
342 | 340 | } |
343 | 341 | } |
342 | + | |
343 | +} | |
344 | +.page--program .program-content blockquote, | |
345 | +.page--program .program-content blockquote p { | |
346 | + font-size: 24px; | |
347 | + line-height: 28px; | |
344 | 348 | } |
345 | 349 | |
346 | 350 | .top-border-theme { | ... | ... |