Skip to content

Commit

Permalink
+1 buttons don't seem to show up on mobile at the moment. Readjust st…
Browse files Browse the repository at this point in the history
…yling for smaller screens.
  • Loading branch information
jammus committed Jun 29, 2011
1 parent 982ad97 commit 88bc1fa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion public/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ul {
#facebook {
position:relative;
top:1px;
left:-35px;
left:-37px;
}

#faceparty {
Expand Down Expand Up @@ -379,6 +379,17 @@ body {
background-position:-250px 100px;
}

#facebook {
position:relative;
top:0px;
left:0px;
}

#faceparty {
position:relative;
left:0px;
}

h1 {
font-size:28px;
}
Expand Down

0 comments on commit 88bc1fa

Please sign in to comment.