fixed margins on home page

This commit is contained in:
David Lenwell
2013-10-31 02:23:19 -07:00
parent aa5bfccb1f
commit f4557fc5d4

View File

@@ -83,7 +83,6 @@ h2{
.logo{ .logo{
display: inline-block; display: inline-block;
height: 50px; height: 50px;
color: #274F7D; color: #274F7D;
font-size: 30px; font-size: 30px;
font-weight: bold; font-weight: bold;
@@ -119,14 +118,14 @@ input[name="openid"] {
.option{ .option{
border-radius: 10px; border-radius: 10px;
padding: 25px 20px; padding: 15px 15px;
color: white; color: white;
height: 175px; height: 110px;
font-size: 22px; font-size: 20px;
} }
.option p{ .option p{
display: block; display: block;
width: 210px; width: 215px;
float: right; float: right;
} }