Compare View

switch
from
...
to
 
Commits (2)
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 {
... ...