Fix footer in templates

This commit is contained in:
Thomas Sileo 2022-07-29 21:01:45 +02:00
parent 2ae08d16b8
commit 583fd5f3d4
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ $form-text-color: #333;
$muted-color: #555; // solarized comment text
// Load custom theme
// @import "theme.scss";
@import "theme.scss";
.muted {
color: $muted-color;
@ -122,8 +122,9 @@ main {
}
footer {
width: 100%;
max-width: 960px;
max-width: 1000px;
margin: 20px auto;
padding: 0 20px;
color: $muted-color;
}
.actor-box {