ajout page d'attente

This commit is contained in:
2023-01-26 13:25:08 +01:00
parent e3f56a97a9
commit 2bcbf3fc20
7 changed files with 53 additions and 13 deletions

View File

@@ -1,11 +1,9 @@
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.5;
html, body {
margin: 0;
padding: 0;
height: 100%;
}
.page {
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
}
}