mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-08 09:35:28 +01:00
Adjust bottom page margin
This commit is contained in:
parent
536ab843de
commit
0d93346bd6
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
/public/config.json
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue