Updated styles for mobile compatibility; removed live update column from devlog overview
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user