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

@@ -4,8 +4,15 @@
<style>
.content {
width: 100%;
max-width: var(--page-width);
margin: 0 auto 228px;
margin: 0 auto;
padding: 0 24px;
}
@media screen and (max-width: 800px) {
.content {
padding: 0 8px;
}
}
</style>