diff options
-rw-r--r-- | style/style.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/style/style.css b/style/style.css index f3b79ba..1dc164b 100644 --- a/style/style.css +++ b/style/style.css @@ -106,7 +106,8 @@ label { #header { height: 70px; width: 778px; - padding-top:40px; + padding-top: 33px; + padding-bottom: 7px; margin: 0 auto; } @@ -117,20 +118,19 @@ label { color: #FFFFFF; } - #header img { - float: left; - margin-right: 5px; + position: relative; + bottom: -7px; } #header h1 { - float: left; + display: inline; font-size: 4em; } #header h2 { - float: left; - padding: 27px 0 0 8px; + display: inline; + padding-left: 4px; font-size: 2em; color: #858585; } |