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

@@ -46,10 +46,7 @@
<style>
footer {
background-color: var(--color-background-highlight);
position: absolute;
left: 0;
bottom: 0;
/* height: 120px; */
margin-top: 40px;
width: 100%;
backdrop-filter: blur(6px);
}
@@ -100,4 +97,19 @@
.center-box {
margin: auto 0;
}
@media screen and (max-width: 800px) {
.content-container {
flex-direction: column;
gap: 0;
}
.content-box {
margin: 8px 0;
}
.center-box {
margin: 16px 0 8px;
}
}
</style>