From 8bfaabd9df09732a28bc12de33a2c5c183c3f690 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 27 May 2022 08:45:32 -0400 Subject: [PATCH] crypto qrs too big --- layouts/shortcodes/crypto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/crypto.html b/layouts/shortcodes/crypto.html index a7434c3..15f7a23 100644 --- a/layouts/shortcodes/crypto.html +++ b/layouts/shortcodes/crypto.html @@ -15,7 +15,7 @@ overflow-wrap: break-word ; } .qr { - max-height: 200px ; + max-height: 150px; ; }