Start of template refactor

This commit is contained in:
Quentin Boyer 2024-01-06 14:17:36 +01:00
parent 6bdfe1ad0e
commit e14c1f0918
8 changed files with 1612 additions and 531 deletions

View file

@ -0,0 +1,11 @@
html,
body {
height: 100%;
}
body {
display: flex;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
}