Skip to content

Commit

Permalink
pagina home espaco rodape (refs #172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisBM committed Mar 9, 2016
1 parent c3bde31 commit 61eb768
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/wp-content/themes/timtec/assets/styles/common/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ html {
}

body {
@media screen and (min-width: $screen-sm-min) {
padding-bottom: 400px;
@media screen and (min-width: $screen-lg-min) {
padding-bottom: 230px;
}

@media screen and (min-width: $screen-md-min) {
padding-bottom: 250px;
}
@media screen and (min-width: $screen-lg-min) {
padding-bottom: 230px;

@media screen and (min-width: $screen-sm-min) {
padding-bottom: 210px;
}

}

/* fix bootstrap modal padding */
Expand Down

0 comments on commit 61eb768

Please sign in to comment.