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:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user