pull/6/head
Fenny 2020-01-08 17:17:10 -05:00
parent a5abb105f5
commit e2fa356ef0
1 changed files with 8 additions and 0 deletions

View File

@ -90,6 +90,14 @@
width: 36px;
cursor: pointer;
}
@media screen and (max-width:768px) {
.sidebar-toggle {
padding: 10px;
}
body.close .sidebar-toggle {
display: none;
}
}
.sidebar-toggle .sidebar-toggle-button:hover {
opacity: .8;
}