centered contents of all pages
This commit is contained in:
parent
7c59a42efe
commit
c5645e4f5d
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ body {
|
|||
padding: 20px;
|
||||
margin-top: 120px;
|
||||
padding-bottom: 110px;
|
||||
/* align items to center */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 80%;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue