Merge pull request #67 from CaptainMalzbier/master

able to access subsections on mobile devices now
This commit is contained in:
Fabrice Niessen 2017-11-06 18:40:01 +01:00 committed by GitHub
commit b46187ed54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -437,11 +437,18 @@ table tr:nth-child(2n) td{
}
#toggle-sidebar h2 {
background-color:#2980B9;
width:100%;
height:50px;
left:0;
top:0;
color: white;
font-size: 100%;
line-height: 50px;
position:fixed;
margin: 0;
padding: 0;
opacity:0.7;
}
#table-of-contents .close-sidebar {