Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/eve'
Browse files Browse the repository at this point in the history
  • Loading branch information
willowmagrini committed Jan 25, 2018
2 parents af50055 + 35a02d4 commit 6100e4c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# brasa-theme-2018
Repositorio do novo site da Brasa para 2018
# Brasa Theme 2018
Repositorio do tema (WordPress) para o novo site da [Brasa](http://brasa.art.br) em 2018.


## Tema pai
Esse tema é um child-theme do [Tema Coletivo](https://github.com/redelivre/tema-coletivo). Para saber mais sobre child themes, acesse a [Documentação Oficial sobre Child Themes](https://codex.wordpress.org/Child_Themes)

## Changelog

* Loading...
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 6100e4c

Please sign in to comment.