Commit 310774782fa819aed1505d85e01f8729a2bca600
Exists in
master
and in
4 other branches
Merge branch 'correcoes-css'
Showing
1 changed file
with
17 additions
and
1 deletions
Show diff stats
src/app/pages/programas/programas.scss
@@ -331,5 +331,21 @@ | @@ -331,5 +331,21 @@ | ||
331 | padding-bottom: 15px; | 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 | \ No newline at end of file | 351 | \ No newline at end of file |
352 | +} |