mobile fixes

This commit is contained in:
2025-06-21 02:40:25 +01:00
parent 189d63d7ba
commit 968a4cb442
3 changed files with 24 additions and 0 deletions

View File

@@ -438,6 +438,14 @@ section.rowsect>div {
justify-content: center;
}
header div {
text-align: center;
}
header h2 {
display: none;
}
section.rowsect {
width: 100%;
display: flex;

View File

@@ -51,4 +51,18 @@ ul#toaster-specs li {
.fill-height {
height: 100%;
}
@media screen and (max-width: 740px) {
.flex-row {
flex-direction: column;
}
.flex-col {
flex-direction: row;
}
#toaster-img {
width: 100%;
}
}