able to access subsections on mobile devices now

This commit is contained in:
CaptainMalzbier 2017-10-30 16:56:11 +01:00
parent 4e09cdf3b6
commit 32320a0f0f
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 {