Commit dcf142cd0f9361e8a81e307d9947a7d8ae3760e7

Authored by Leonardo Merlin
2 parents 3f26c16a 6a3c4075

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,11 +33,20 @@
33 33
34 .row-compromissos { 34 .row-compromissos {
35 35
36 - height: 89px; 36 + // height: 89px;
37 background-color: #fff; 37 background-color: #fff;
38 38
39 h3 { 39 h3 {
40 margin-top: 30px; 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 .col-sm-12 { 52 .col-sm-12 {