made website mobile-compatible (menu still needed)

This commit is contained in:
janis
2022-11-05 20:02:49 +01:00
parent bc41a1d999
commit cd6acca5d5
11 changed files with 13 additions and 1 deletions

View File

@@ -7,8 +7,10 @@ width: 10%
}
.stickybox {
display: inline;
position: sticky;
position: -webkit-sticky;
top: 0px;
}
.Menu {