styling, first start page template

This commit is contained in:
2023-09-27 16:08:39 +02:00
parent b3bfa36c77
commit 7e4b04570e
16 changed files with 62 additions and 101 deletions

View File

@@ -91,4 +91,11 @@ body {
display: flex;
flex-direction: column;
align-items: center;
}
.content {
width: 98%;
display: flex;
flex-direction: column;
align-items: center;
}