Commit 4c196acf7ba67e7809544bcb36dd307ed568bde1

Authored by Leonardo Merlin
2 parents 352b78d5 4702aeaf

Merge branch 'merlin' into staging

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 {
... ...