Improve the about text in the footer
This commit is contained in:
+1
-1
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user