From aa1070e729e2dae08a5acdc6303f731ac250b12f Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Fri, 22 Nov 2013 09:55:57 -0200 Subject: [PATCH] Fixando cabeçalho quando não existe imagem --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index aac4134..bff6252 100644 --- a/style.css +++ b/style.css @@ -61,7 +61,8 @@ body { } #profile-header { - min-height: 150px; + max-height: 200px; + overflow: hidden; } #profile-footer { -- libgit2 0.21.2