diff --git a/look/fellowship.css b/look/fellowship.css index 529d942b3f..1297842ffd 100644 --- a/look/fellowship.css +++ b/look/fellowship.css @@ -25,7 +25,7 @@ h4 { } #logo { - width: 340px; + width: auto; } #header { diff --git a/look/generic.css b/look/generic.css index f119ec13d3..9086152bc4 100644 --- a/look/generic.css +++ b/look/generic.css @@ -282,6 +282,7 @@ p.left { float: left; margin: 1em 0 0 1%; width: 200px; + max-width: 40%; } #logo a img { @@ -292,8 +293,9 @@ p.left { color: rgb(140,140,140); float: left; font-size: 120%; - margin: 3em 2% 0 8%; - width: 55%; + margin: 3em 2% 0 0; + width: 50%; + padding-left: 6%; }