Use Bootstrap for the layout (#27)

This commit is contained in:
Olivier Ligot
2013-03-13 15:14:11 +01:00
parent 555214fb47
commit 0a9e59ba38
10 changed files with 180 additions and 91 deletions
File diff suppressed because one or more lines are too long
+9
View File
File diff suppressed because one or more lines are too long
+25
View File
@@ -0,0 +1,25 @@
body {
padding-top: 20px;
padding-bottom: 20px;
}
.container-narrow {
margin: 0 auto;
max-width: 700px;
}
.container-narrow > hr {
margin: 30px 0;
}
.jumbotron {
margin: 60px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}