Adjust bottom page margin

This commit is contained in:
Oliver Traber 2022-01-15 12:58:11 +01:00
parent 536ab843de
commit 0d93346bd6
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
.DS_Store
node_modules
/dist
/public/config.json
# local env files
.env.local

View file

@ -112,9 +112,9 @@ export default {
}
.content-wrapper {
min-width: 60%;
max-width: 90%;
max-width: 95%;
margin-top: 1rem;
margin-bottom: 5rem;
margin-bottom: 3rem;
display: flex;
flex-direction: column;
justify-content: center;