Commit fd682d0aea120188efbe7476b3fc3857da772f5d

Authored by Leandro Santos
1 parent c1401a07

fix blockquote

Showing 1 changed file with 3 additions and 6 deletions   Show diff stats
src/app/layout.scss
... ... @@ -337,8 +337,6 @@ a.link-black {
337 337  
338 338 blockquote {
339 339 border-left: medium none;
340   - padding: 60px 0 0 0px;
341   - position: relative;
342 340 margin: 0px;
343 341 border-left: none;
344 342  
... ... @@ -357,10 +355,9 @@ blockquote {
357 355 opacity: .5;
358 356 }
359 357  
360   - .content-highlight-text {
361   - position: relative;
362   - left: 60px;
363   - top: 65px;
  358 + p.content-highlight-text {
  359 + margin-left: 40px;
  360 + padding-top: 38px;
364 361 }
365 362 }
366 363  
... ...