Implemented basic RWD

This commit is contained in:
2023-02-17 12:25:16 +01:00
parent db02993bde
commit cb48f3017a
2 changed files with 12 additions and 2 deletions

View File

@@ -481,4 +481,14 @@ textarea {
code {
line-height: 150%;
}
@media only screen and (max-width: 768px) {
.rwd-hideable {
display: none;
}
.rwd-expandable {
width: 100%;
}
}