some mobile layout enhancements

This commit is contained in:
2026-01-23 15:30:08 +01:00
parent ae5e284032
commit d68932b287
7 changed files with 28 additions and 195 deletions

View File

@@ -84,4 +84,11 @@
font-size: 1.0rem;
margin: 0;
}
@media screen and (max-width: 800px) {
.title-container {
flex-direction: column;
align-items: flex-start;
}
}
</style>