commit 9bef893201f6d09ca38f2b86cf6da9a41c841185
parent 0073b9950a869612741984cb975a58955a33f7e0
Author: kyle <kyle@getaddrinfo.net>
Date:   Mon,  2 Nov 2015 19:44:00 -0700
html: make sloth head permanent instead of floating
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pricesloth.css b/pricesloth.css
@@ -31,7 +31,6 @@ body {
 .menu_bar_title {
 	font-size: 2em;
 	/* width of the sloth face... ish */
-	margin-left: 3em;
 
 	display: inline-block;
 	color: white;
@@ -68,9 +67,10 @@ body {
 	background: url(http://pricesloth.com/pricesloth.jpg) no-repeat;
 
 	margin-top: -1.25em;
+	margin-bottom: -2em;
 
 	margin-left: 0.5em;
-	position: fixed;
+	display: inline-block;
 }
 
 @media (max-width: 640px) {