Commit dcf142cd0f9361e8a81e307d9947a7d8ae3760e7
Exists in
master
and in
4 other branches
Merge branch 'fix-120'
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
src/app/content.scss
| ... | ... | @@ -33,11 +33,20 @@ |
| 33 | 33 | |
| 34 | 34 | .row-compromissos { |
| 35 | 35 | |
| 36 | - height: 89px; | |
| 36 | + // height: 89px; | |
| 37 | 37 | background-color: #fff; |
| 38 | 38 | |
| 39 | 39 | h3 { |
| 40 | 40 | margin-top: 30px; |
| 41 | + | |
| 42 | + @media screen and (max-width: $screen-sm) { | |
| 43 | + margin-top: 20px; | |
| 44 | + } | |
| 45 | + | |
| 46 | + @media screen and (max-width: $screen-xs) { | |
| 47 | + margin-top: 10px; | |
| 48 | + } | |
| 49 | + | |
| 41 | 50 | } |
| 42 | 51 | |
| 43 | 52 | .col-sm-12 { | ... | ... |