Commit e75252c3f23d0f3d4c2a323994998437ccafc713
1 parent
5c23edaf
Exists in
master
and in
4 other branches
correções de css das respostas
Showing
1 changed file
with
17 additions
and
1 deletions
Show diff stats
src/app/pages/programas/programas.scss
| ... | ... | @@ -331,5 +331,21 @@ |
| 331 | 331 | padding-bottom: 15px; |
| 332 | 332 | } |
| 333 | 333 | } |
| 334 | + | |
| 335 | + .inside.inside-full-height.resposta3-pac { | |
| 336 | + font-size: 130%; | |
| 337 | + | |
| 338 | + @media (max-width: 992px){ | |
| 339 | + padding-top: 5%; | |
| 340 | + } | |
| 341 | + | |
| 342 | + @media (min-width: 992px){ | |
| 343 | + padding-top: 5%; | |
| 344 | + } | |
| 345 | + | |
| 346 | + @media (min-width: 1200px){ | |
| 347 | + padding-top: 5%; | |
| 348 | + } | |
| 349 | + } | |
| 334 | 350 | } |
| 335 | -} | |
| 336 | 351 | \ No newline at end of file |
| 352 | +} | ... | ... |