footer and content is no longer forced to be only 1000px

This commit is contained in:
Thomas G 2022-08-08 07:23:10 +10:00
parent 54ff3cedbb
commit db3e335679
1 changed files with 4 additions and 2 deletions

View File

@ -391,9 +391,10 @@ body {
.content {
color: black;
max-width: 1000px;
margin: auto;
margin-top: 105px;
margin-left: 10px;
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
min-height: 300px;
@ -437,8 +438,9 @@ body {
#footer {
text-align: center;
max-width: 1000px;
margin: auto;
margin-left: 10px;
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;