Fixed sidebar visibility

This commit is contained in:
Andre Beging
2020-02-29 18:39:04 +01:00
parent 4a4cc96842
commit 57e1746c29
4 changed files with 6 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
<html lang="de">
{{ partial "head.html" . }}
{{ partial "body.html" . }}
</html>aa
</html>

View File

@@ -53,6 +53,8 @@ div.hamburger {
> div {
padding: 25px;
position: absolute;
right: 0;
&:hover {
cursor: pointer;

View File

@@ -6247,6 +6247,8 @@ div.hamburger {
}
div.hamburger > div {
padding: 25px;
position: absolute;
right: 0;
}
div.hamburger > div:hover {
cursor: pointer;

File diff suppressed because one or more lines are too long