diff --git a/style.css b/style.css index afaf862..92532f4 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,7 @@ #search-header { position: relative; width: 960px; + top: -50px; margin: auto; } #search-header .search-field { @@ -56,12 +57,19 @@ } /* Social Buttons */ +#profile-header { + position: relative; + max-height: 190px; + min-height: 80px; +} + #social-buttons { - float: right; + position: absolute; text-align: right; width: 200px; - margin-top: -30px; height: 30px; + right: 40px; + top: 80px; } #social-buttons a { -- libgit2 0.21.2