Commit 8394b04e698245b6834e3eb819d48a30beb25bfd
Exists in
master
and in
6 other branches
Merge branch 'master' into staging
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/app/layout.scss
... | ... | @@ -337,6 +337,7 @@ a.link-black { |
337 | 337 | |
338 | 338 | blockquote { |
339 | 339 | border-left: medium none; |
340 | + padding-left: 0; | |
340 | 341 | margin: 0px; |
341 | 342 | border-left: none; |
342 | 343 | |
... | ... | @@ -356,8 +357,8 @@ blockquote { |
356 | 357 | } |
357 | 358 | |
358 | 359 | p.content-highlight-text { |
359 | - margin-left: 40px; | |
360 | - padding-top: 38px; | |
360 | + margin-left: 60px; | |
361 | + padding-top: 50px; | |
361 | 362 | } |
362 | 363 | } |
363 | 364 | ... | ... |