Skip to content

Commit

Permalink
Melhoramento para telas menores
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-mbm committed Jul 18, 2015
1 parent 56c1df5 commit 7b702ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ a:visited { color: #205caa; }
.container,
.grid {
margin: 0 auto;
margin-bottom: 40px;
}
.container {
padding-left: 30px;
Expand Down Expand Up @@ -424,6 +425,22 @@ a:visited { color: #205caa; }
width: auto;
float: none;
clear: both;
text-align: center;
}

.hero {
margin-top: 20px;
margin-bottom: 30px;
}

.hero h2 {
line-height: 1.2em;
margin-bottom: 20px;
}

.grid {
margin-top: 40px;
margin-bottom: 20px;
}

}
Expand Down

0 comments on commit 7b702ed

Please sign in to comment.