diff --git a/yellow/templates/base.html b/yellow/templates/base.html index 0dc7ee1..4babf5c 100644 --- a/yellow/templates/base.html +++ b/yellow/templates/base.html @@ -43,6 +43,9 @@ #dropdown:hover #dropdowncontent { display: block; } + #dropdowncontent a { + display: block; + } #main{ width: 100%; height: 80vh; diff --git a/yellow/templates/includes/nav.html b/yellow/templates/includes/nav.html index 2f7670c..011303f 100644 --- a/yellow/templates/includes/nav.html +++ b/yellow/templates/includes/nav.html @@ -3,18 +3,20 @@