Appearance improvments

This commit is contained in:
2019-05-16 17:38:10 +02:00
parent 8ac1aaafdb
commit a2d444bdb0
3 changed files with 83 additions and 9 deletions

View File

@ -35,4 +35,13 @@ a, .cursor-pointer {
.sceditor-iframe-body {
padding: 5px;
padding-bottom: 0px;
}
/**
* Adapt menu bar to small screens
*/
@media screen and (max-width: 767px) {
#pageTarget {
margin-top: 50px;
}
}