Commit c1341a60312a6702df5079b3b59605ec75682673
1 parent
ea6ed8bd
Exists in
master
update site-title again
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
style.css
... | ... | @@ -65,7 +65,7 @@ body { |
65 | 65 | /* Bar Psocial Style */ |
66 | 66 | |
67 | 67 | #theme-header { |
68 | - height: 111px; | |
68 | + height: 108px; | |
69 | 69 | background: #f9c404; |
70 | 70 | background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); |
71 | 71 | background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); |
... | ... | @@ -93,8 +93,10 @@ body { |
93 | 93 | margin-top: 30px; |
94 | 94 | } |
95 | 95 | |
96 | -#site-title { top: -80px; } | |
97 | - | |
96 | +#site-title { | |
97 | + top: -100px; | |
98 | + height: 60px;} | |
99 | + | |
98 | 100 | #user { top: -35px; } |
99 | 101 | |
100 | 102 | #barra-psocial { | ... | ... |