centered contents of all pages

This commit is contained in:
s5260822 2025-03-20 01:01:01 +01:00
parent 7c59a42efe
commit c5645e4f5d

View file

@ -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;