Fix footer in templates

This commit is contained in:
Thomas Sileo 2022-07-29 21:01:45 +02:00
parent 2ae08d16b8
commit 583fd5f3d4

View file

@ -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 {