Skip to content

Commit

Permalink
Ajuste no tamanho do logo na versao responsiva. Refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldomatias committed Jan 25, 2018
1 parent f1b059d commit 35a02d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions brasa2018.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Você pode adicionar seu próprio CSS aqui.
Clique no ícone de ajuda acima para saber mais.
*/

@media ( max-width: 520px ) {
section#hero h2.hero-large-text > img {
max-width: 75%;
}
}

.section-portfolio .entry-excerpt {
display: none;
}
Expand Down

0 comments on commit 35a02d4

Please sign in to comment.