Fix mobile issues with searchbox and nav menu (#72)

* Fix mobile Safari searchbox style (#62)

* Fix mobile menu not closing on outside click (#62)
This commit is contained in:
Sascha Ißbrücker
2021-02-07 00:10:02 +01:00
committed by GitHub
parent 91d876a7f1
commit f555bba9e9
6 changed files with 82 additions and 40 deletions

View File

@@ -4,7 +4,6 @@ section.content-area {
border-bottom: solid 1px $border-color;
display: flex;
flex-direction: row;
align-items: baseline;
margin-bottom: 16px;
h2 {