From a0ae6776cfc378a3728fa53d8f7874d5270b58ae Mon Sep 17 00:00:00 2001 From: matheusgimenez Date: Thu, 25 Jan 2018 15:17:29 -0200 Subject: [PATCH] =?UTF-8?q?issue=20#1=20-=20corrigindo=20css=20resolu?= =?UTF-8?q?=C3=A7=C3=A3o=201080p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brasa2018.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/brasa2018.css b/brasa2018.css index 6f15353..7763905 100644 --- a/brasa2018.css +++ b/brasa2018.css @@ -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;