diff --git a/src/app/components/programa/programa.scss b/src/app/components/programa/programa.scss index f4796a5..baf03e2 100644 --- a/src/app/components/programa/programa.scss +++ b/src/app/components/programa/programa.scss @@ -42,20 +42,20 @@ $darken: 15%; &--title { - padding: $program-box-space; + padding: 0 $program-box-space; h1 { font-size: 18px; font-weight: bold; + margin: 0 0 $program-box-space 0; display: table-cell; vertical-align: middle; - margin: 10px 0; // Altura das linhas do abstract - $hLine: 20px; + $hLine: 20px; + // default + height: $hLine * 2; - height: $hLine * 2; // default - @media (max-width: $screen-xs) { // height: $hLine * 3; height: auto; -- libgit2 0.21.2