Skip to content

Commit

Permalink
issue #1 - corrigindo css resolução 1080p
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Jan 25, 2018
1 parent 6100e4c commit a0ae677
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion brasa2018.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,18 @@ body.home header:not(.header-fixed ) img {
}
}
@media screen and ( min-width: 1360px ) {
#portfolio article.list-article img,
#portfolio article.list-article {
height: 230px !important;
}
}
@media screen and ( min-width: 1900px ) {
#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 a0ae677

Please sign in to comment.