Commit 008faf10a9a4a71fb4f10b50688499a7c0504f5d

Authored by Leonardo Merlin
2 parents ce304ca8 4702aeaf

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 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   - content: "";
  329 + content: "\231C";
332 330 font-size: 200px;
333 331 line-height: 200px;
334 332 position: absolute;
... ... @@ -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 {
... ...