0.1.5 : versionning

This commit is contained in:
Cedric
2026-06-11 16:58:51 +02:00
parent fa3ff29709
commit bbccfed9f2
3 changed files with 22 additions and 1 deletions
+15
View File
@@ -5,6 +5,21 @@ body {
color: #e8d9b0;
font-family: Georgia, "Times New Roman", serif;
min-height: 100vh;
padding-bottom: 1.75rem;
}
.app-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 5px 12px;
text-align: center;
font-size: 0.72em;
color: #6a5a40;
background: rgba(26, 20, 14, 0.92);
border-top: 1px solid #3a3020;
z-index: 200;
}
.screen { min-height: 100vh; }