First report draft

This commit is contained in:
2023-02-22 18:25:28 +01:00
parent defdfefb03
commit 039567d0c8
8 changed files with 154 additions and 27 deletions

View File

@@ -4,4 +4,19 @@ header {
background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
}
}
main {
width: 75%;
margin: 0 auto;
}
ul {
list-style: none;
}
ul li {
padding: 5px;
}
.mt-2 {
margin-top: 2rem !important;
}