diff --git a/src/app/content.scss b/src/app/content.scss index f35b1bc..44c70b7 100644 --- a/src/app/content.scss +++ b/src/app/content.scss @@ -33,11 +33,20 @@ .row-compromissos { - height: 89px; + // height: 89px; background-color: #fff; h3 { margin-top: 30px; + + @media screen and (max-width: $screen-sm) { + margin-top: 20px; + } + + @media screen and (max-width: $screen-xs) { + margin-top: 10px; + } + } .col-sm-12 { -- libgit2 0.21.2