clean up a bunch of small issues #33

Open
anton wants to merge 6 commits from feat/fixes into main
1 changed files with 5 additions and 1 deletions
Showing only changes of commit a9e1553c1d - Show all commits

View File

@ -719,7 +719,7 @@ hr {
}
.hamburger-menu {
display: inline-block;
display: none;
cursor: pointer;
position: relative;
width: 30px;
@ -1845,6 +1845,10 @@ pre {
margin-bottom: 50px;
}
.hamburger-menu {
display: inline-block;
}
.hide {
display: inline-block;
}