Mobile scaling
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-06-20 11:02:53 +02:00
parent 31abd9e138
commit 6a2ec9f099
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 26 additions and 1 deletions

View File

@ -356,4 +356,29 @@ div.comment-message p{
.invisible {
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;
}
}