Commit f8024a4d9d5dbc019f611fdfb20497dca802a04c
Exists in
master
and in
3 other branches
Merge branch 'master' into staging
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 { | ... | ... |