Fix footer rendering

The community page had the wrong rendering for the page footer.
Ensure that the footer is as wide as the viewport.
This commit is contained in:
Tim Bannister
2022-01-10 23:33:45 +00:00
parent 0872e8ec51
commit 688c246882
2 changed files with 15 additions and 5 deletions
+1 -3
View File
@@ -85,7 +85,7 @@ body {
font-weight: 300;
/* letter-spacing:0.03em; */
/* font-size:15px; */
margin: 0 auto;
margin: 0;
}
@@ -636,11 +636,9 @@ h2:after {
body {
overflow-x: hidden;
line-height: 1.5em;
margin-top: 1%;
letter-spacing: 0.03em;
/* font-size: 13px; */
margin: 0 auto;
}