fix front page

This commit is contained in:
jomo
2014-06-23 00:34:31 +02:00
parent 32e76f904e
commit 3b96bd10dd
2 changed files with 25 additions and 5 deletions

View File

@@ -170,8 +170,25 @@ a {
.front-page {
margin: auto;
text-align: center;
h1 {
font-size: 6em !important;
font-size: 65px !important;
}
p {
font-size: 16px;
}
#join-now {
background: #080;
border: 1px solid #000;
border-radius: 10px;
box-shadow: 0 0 10px #000 inset;
color: #fff;
display: inline-block;
font-weight: bold;
margin-bottom: 1em;
padding: 1em;
}
}