Commit 77bb7bbf34313f5a0ea24bda75e793553759d131
1 parent
2660e7e8
Exists in
master
and in
8 other branches
css conteudo
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
src/app/layout.scss
... | ... | @@ -329,19 +329,20 @@ a.link-black { |
329 | 329 | |
330 | 330 | blockquote { |
331 | 331 | border-left: medium none; |
332 | - padding: 50px 0 0 50px; | |
332 | + padding: 60px 0 0 65px; | |
333 | 333 | position: relative; |
334 | 334 | margin: 0px; |
335 | 335 | border-left: none; |
336 | - line-height: 28px; | |
336 | + // line-height: 28px; | |
337 | 337 | &:before { |
338 | 338 | content: "\231C"; |
339 | - font-size: 200px; | |
339 | + font-size: 300px; | |
340 | 340 | line-height: 200px; |
341 | 341 | position: absolute; |
342 | - top: -10px; | |
343 | - left: -10px; | |
342 | + top: 25px; | |
343 | + left: -25px; | |
344 | 344 | font-weight: bolder; |
345 | + opacity: 0.5; | |
345 | 346 | @each $category, |
346 | 347 | $color in $categories { |
347 | 348 | .#{$category} & { | ... | ... |