From f1b059d3bbf8311bbcf71b652629fe5447b8412f Mon Sep 17 00:00:00 2001 From: everaldomatias Date: Wed, 24 Jan 2018 22:00:15 -0200 Subject: [PATCH 1/2] =?UTF-8?q?Atualizando=20README.md=20com=20informa?= =?UTF-8?q?=C3=A7=C3=B5es=20iniciais.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7ef3e8..3aae77e 100644 --- a/README.md +++ b/README.md @@ -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... \ No newline at end of file From 35a02d47729c87a7c469355bd7e999ff55a1f458 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Jan 2018 23:06:45 -0200 Subject: [PATCH 2/2] Ajuste no tamanho do logo na versao responsiva. Refs #3 --- brasa2018.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/brasa2018.css b/brasa2018.css index 8c6c80f..150f832 100644 --- a/brasa2018.css +++ b/brasa2018.css @@ -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; }