Commit 409c2b04133a36cdb130e768e08d5be051290c4a
1 parent
ffcc9ecc
Exists in
master
and in
6 other branches
adjust padding
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/layout.scss
@@ -432,7 +432,7 @@ ul li:last-child { | @@ -432,7 +432,7 @@ ul li:last-child { | ||
432 | 432 | ||
433 | .bloco2-preparacao-atletas { | 433 | .bloco2-preparacao-atletas { |
434 | @media (min-width: 1200px) { | 434 | @media (min-width: 1200px) { |
435 | - padding: 15% 0% 0 0%; | 435 | + padding-top: 10%; |
436 | } | 436 | } |
437 | } | 437 | } |
438 | 438 |