Commit aa1070e729e2dae08a5acdc6303f731ac250b12f

Authored by Valessio Brito
1 parent 1cc9f37c

Fixando cabeçalho quando não existe imagem

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
style.css
... ... @@ -61,7 +61,8 @@ body {
61 61 }
62 62  
63 63 #profile-header {
64   - min-height: 150px;
  64 + max-height: 200px;
  65 + overflow: hidden;
65 66 }
66 67  
67 68 #profile-footer {
... ...