Updated styles for mobile compatibility; removed live update column from devlog overview

This commit is contained in:
2025-09-17 15:55:13 +01:00
parent 6de17570c9
commit 167b7e1b29
9 changed files with 177 additions and 39 deletions

View File

@@ -171,4 +171,18 @@
transform: translateX( -100% );
}
}
@media screen and (max-width: 800px) {
.container {
flex-direction: column-reverse;
}
.subcontainer {
max-width: 100%;
}
.subcontainer:last-child {
margin-left: 0px;
}
}
</style>