changeset 7431:e1d06d4dc81f

Adjust multicol links to be larger on narrow width (mobile) devices.
author John Rouillard <rouilj@ieee.org>
date Mon, 29 May 2023 19:44:44 -0400
parents bd5bebb11695
children e3b35dcf0dcb
files website/www/_static/style.css
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/website/www/_static/style.css	Mon May 29 19:28:38 2023 -0400
+++ b/website/www/_static/style.css	Mon May 29 19:44:44 2023 -0400
@@ -507,6 +507,12 @@
     /* use for table of links to increase space between
     links on small devices */
     table.linkspacing tr {height: 48px;}
+
+    ul.multicol a {
+	display: inline-block;
+	min-height: 48px;
+    }
+
 }
 
 @media only screen and (max-width:512px) {

Roundup Issue Tracker: http://roundup-tracker.org/