diff --git a/bower.json b/bower.json
index c4ab28e..78412b7 100644
--- a/bower.json
+++ b/bower.json
@@ -7,7 +7,7 @@
"mustache": "~0.7.2",
"flight-components": "0.1.1",
"underscore-amd": "~1.5.0",
- "bootstrap": "~3.0.0",
+ "bootstrap": "~3.2.0",
"moment": "~2.1.0"
},
"devDependencies": {
diff --git a/public/css/main.css b/public/css/main.css
index dc99945..3cf3598 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -3,24 +3,22 @@
========================================================================== */
.site-header {
- margin: 2.5em -1.25em;
- border-radius: 4px;
- padding: 1em;
- vertical-align: center;
+ margin: 40px 0;
}
.site-title {
- margin: 0;
+ display: inline-block;
+ vertical-align: bottom;
+ margin: 0 0 0 0.2em;
font-size: 5em;
font-weight: normal;
line-height: 75px;
}
.site-tagline {
- margin: 0;
+ margin-top: 40px;
font-size: 1.75em;
font-weight: normal;
- line-height: 75px;
}
.site-main img {
@@ -69,3 +67,7 @@
#footer {
margin-bottom:10px;
}
+
+.u-overflowRegion {
+ overflow: auto;
+}
diff --git a/public/index.html b/public/index.html
index b66712f..e7b7524 100644
--- a/public/index.html
+++ b/public/index.html
@@ -18,14 +18,12 @@