diff --git a/www/css/index.css b/www/css/index.css index 520ffc18..fdd6fee3 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -1,7 +1,23 @@ -div.dropdown-item { - /* TODO: Make the width not extend past the screen width */ +div.dropdown-menu { width: 60vw; } +@media (min-width: 1320px) { + div.dropdown-menu { + width: 55vw; + } +} + +@media (min-width: 1440px) { + div.dropdown-menu { + width: 50vw; + } +} + +@media (min-width: 1580px) { + div.dropdown-menu { + width: 45vw; + } +} div.dropdown-item h3 { font-weight: bold; font-size: 120%; diff --git a/www/index.html b/www/index.html index b639349d..9dd51a11 100644 --- a/www/index.html +++ b/www/index.html @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@
- +
@@ -51,7 +51,7 @@

-
+
@@ -70,7 +70,7 @@

-
+
@@ -89,7 +89,7 @@

-
+
@@ -108,7 +108,7 @@

-
+
@@ -172,7 +172,7 @@

@@ -234,7 +234,7 @@

Genes

-
+
+
@@ -276,7 +276,7 @@

Genes

Exact -
+