This commit is contained in:
Fenny 2020-01-08 17:17:10 -05:00
parent a5abb105f5
commit e2fa356ef0

View File

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