diff --git a/src/components/Nav.vue b/src/components/Nav.vue index a6670b7..a06d623 100644 --- a/src/components/Nav.vue +++ b/src/components/Nav.vue @@ -1,17 +1,17 @@ @@ -19,7 +19,16 @@ @@ -78,6 +87,9 @@ body { font-weight: bold; cursor: pointer; text-decoration: none; + display: block; + height: 100%; + width: 100%; } input[type="checkbox"]:checked ~ #sidebarMenu { transform: translateX(0);