Skip to content

Commit ef742c8

Browse files
committed
Adjust multicol links to be larger on narrow width (mobile) devices.
1 parent 77a30ac commit ef742c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/www/_static/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,12 @@ ul.multicol > * {
507507
/* use for table of links to increase space between
508508
links on small devices */
509509
table.linkspacing tr {height: 48px;}
510+
511+
ul.multicol a {
512+
display: inline-block;
513+
min-height: 48px;
514+
}
515+
510516
}
511517

512518
@media only screen and (max-width:512px) {

0 commit comments

Comments
 (0)