made the actaddmanual page responsive

This commit is contained in:
Ellpeck 2020-02-25 13:06:12 +01:00
parent beb6e3b153
commit 641ebbfe24
1 changed files with 34 additions and 0 deletions

View File

@ -61,4 +61,38 @@ body {
position: relative;
top: -40px;
visibility: hidden;
}
@media (max-width: 768px) {
#entries {
margin-left: 200px;
}
#sidebar {
width: 200px;
}
}
@media (max-width: 510px) {
#entries {
margin-left: 100px;
}
#sidebar {
width: 100px;
}
#sidebar a {
font-size: 80%
}
h1 {
font-size: 150%;
}
.entry {
width: 90%;
padding-left: 15px;
padding-right: 15px;
}
}