Mobile scaling

This commit is contained in:
DutchEllie 2022-06-20 11:02:53 +02:00
parent 396d8498d0
commit cfdc3df103

View File

@ -356,4 +356,29 @@ div.comment-message p{
.invisible { .invisible {
visibility: hidden; visibility: hidden;
} }
@media only screen and (max-width: 914px) {
.header {
font-size: 3em;
}
.main {
padding-left: 5px;
padding-right: 5px;
width: 100%;
box-sizing: border-box;
}
.block {
box-sizing: border-box;
}
.right {
width: 100%;
max-width: none;
}
.leftbarblock {
display: none;
}
}