Fix footer in templates
This commit is contained in:
parent
2ae08d16b8
commit
583fd5f3d4
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@ $form-text-color: #333;
|
||||||
$muted-color: #555; // solarized comment text
|
$muted-color: #555; // solarized comment text
|
||||||
|
|
||||||
// Load custom theme
|
// Load custom theme
|
||||||
// @import "theme.scss";
|
@import "theme.scss";
|
||||||
|
|
||||||
.muted {
|
.muted {
|
||||||
color: $muted-color;
|
color: $muted-color;
|
||||||
|
@ -122,8 +122,9 @@ main {
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 960px;
|
max-width: 1000px;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
|
padding: 0 20px;
|
||||||
color: $muted-color;
|
color: $muted-color;
|
||||||
}
|
}
|
||||||
.actor-box {
|
.actor-box {
|
||||||
|
|
Loading…
Reference in a new issue