Commit 85310b3f4f87a2cc5c6a0d682638a7fa9f3a905e

Authored by Rafael Diego
1 parent 9cc7a83a

css do blockquote

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
src/app/layout.scss
... ... @@ -312,8 +312,10 @@ article.program-content h3 {
312 312 blockquote {
313 313 border-left: medium none;
314 314 font-size: 140%;
315   - padding: 50px 0 0 50px;
  315 + padding: 45px 0 0 45px;
316 316 position: relative;
  317 + margin: 0px;
  318 +
317 319 &:before {
318 320 content: "⌜";
319 321 font-size: 200px;
... ... @@ -332,6 +334,11 @@ blockquote {
332 334 }
333 335 }
334 336  
  337 +blockquote p {
  338 + font-size: 140%!important;
  339 + line-height: normal!important;
  340 +}
  341 +
335 342 // .cultura blockquote::before {
336 343 // color: #cd999b;
337 344 // }
... ...