From 0f99b7b4a4f823c09ad8c13b3e43539c5ba5750e Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Tue, 9 May 2017 14:23:32 -0400 Subject: [PATCH] Wallets: show up to 14 wallets on one page --- _less/screen.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index 56dcd478..d20802a8 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -1694,7 +1694,7 @@ button.active { } .wallets{ - width:605px; + width:705px; height:250px; text-align:left; position:relative; @@ -1714,7 +1714,7 @@ button.active { vertical-align:top; font-size:16px; } -.wallets>div:nth-child(1n+13){ +.wallets>div:nth-child(1n+15){ display:none; } .wallets>div>a{