Rework style

This commit is contained in:
2025-10-30 20:53:36 +01:00
parent 41cdb5837d
commit a56f774525
7 changed files with 218 additions and 51 deletions

18
html/styles/mobile.css Normal file
View File

@@ -0,0 +1,18 @@
@media (max-width: 801px) {
.container {
flex-direction: column;
justify-content: center;
align-items: center;
}
.introduction
{
width: 100%;
}
.introduction-box
{
height: 100%;
}
}