Commit bdbd8b459ee93f0a973505ca3b68d5180843e746
1 parent
8b5bb138
Exists in
master
and in
8 other branches
css conteudo
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
src/app/layout.scss
... | ... | @@ -329,14 +329,13 @@ a.link-black { |
329 | 329 | |
330 | 330 | blockquote { |
331 | 331 | border-left: medium none; |
332 | - font-size: 140%; | |
333 | 332 | padding: 50px 0 0 50px; |
334 | 333 | position: relative; |
335 | 334 | margin: 0px; |
336 | 335 | border-left: none; |
337 | 336 | line-height: 28px; |
338 | 337 | &:before { |
339 | - content: "⌜"; | |
338 | + content: "\231C"; | |
340 | 339 | font-size: 200px; |
341 | 340 | line-height: 200px; |
342 | 341 | position: absolute; |
... | ... | @@ -350,6 +349,13 @@ blockquote { |
350 | 349 | } |
351 | 350 | } |
352 | 351 | } |
352 | + | |
353 | +} | |
354 | + | |
355 | +.page--program .program-content blockquote, | |
356 | +.page--program .program-content blockquote p { | |
357 | + font-size: 24px; | |
358 | + line-height: 28px; | |
353 | 359 | } |
354 | 360 | |
355 | 361 | .top-border-theme { | ... | ... |