Improve the about text in the footer

This commit is contained in:
Andrew Miner
2015-02-02 10:09:18 -08:00
parent bd9bb2894f
commit 1f76001c12
3 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ $font-family-input: monospace;
// Font Sizes //////////////////////////////////////////////////////////////////////////////////////
$font-size-small: 1.1em;
$font-size-small: 1.2em;
$font-size-normal: 1.3em;
$font-size-large: 1.6em;
$font-size-x-large: 2.0em;
+7 -1
View File
@@ -24,13 +24,14 @@ All rights reserved.
}
.left, .center, .right {
position: relative; width: 33%;
position: relative; width: 33%; height: 22em;
float: left;
padding: 2em;
p {
font-family: sans-serif;
font-size: $font-size-small;
line-height: $font-size-small + 0.2em;
padding-bottom: 1.0em;
&:last-child {
@@ -46,6 +47,11 @@ All rights reserved.
font-size: 1.5em;
}
}
.action {
position: absolute; bottom: 3em; left: 50%;
@include transform(translateX(-50%));
}
}
.divider.bottom {