Commit 008faf10a9a4a71fb4f10b50688499a7c0504f5d
Exists in
master
and in
8 other branches
Merge branch 'merlin' into rafael
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
src/app/layout.scss
@@ -320,15 +320,13 @@ a.link-black { | @@ -320,15 +320,13 @@ a.link-black { | ||
320 | 320 | ||
321 | blockquote { | 321 | blockquote { |
322 | border-left: medium none; | 322 | border-left: medium none; |
323 | - font-size: 140%; | ||
324 | padding: 50px 0 0 50px; | 323 | padding: 50px 0 0 50px; |
325 | position: relative; | 324 | position: relative; |
326 | margin: 0px; | 325 | margin: 0px; |
327 | border-left: none; | 326 | border-left: none; |
328 | - line-height: 28px; | ||
329 | 327 | ||
330 | &:before { | 328 | &:before { |
331 | - content: "⌜"; | 329 | + content: "\231C"; |
332 | font-size: 200px; | 330 | font-size: 200px; |
333 | line-height: 200px; | 331 | line-height: 200px; |
334 | position: absolute; | 332 | position: absolute; |
@@ -341,6 +339,12 @@ blockquote { | @@ -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 | .top-border-theme { | 350 | .top-border-theme { |