Skip to content

Commit

Permalink
issue #1 - resolvendo responsividade em telas maiores
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Jan 23, 2018
1 parent b64e763 commit 28deec7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions brasa2018.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ body.home header:not(.header-fixed ) img {
height:160px !important;
}
}
@media screen and ( min-width: 1360px ) {
#portfolio article.list-article img,
#portfolio article.list-article {
height: 320px !important;
}

}
/* Source Sans pro */
body #page *:not( i ) {
font-family: 'Source Sans Pro', sans-serif !important;
Expand Down

0 comments on commit 28deec7

Please sign in to comment.