From ab29e8bb9d988b8fe192903838b1aed6073706b3 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 23 Jun 2022 09:49:40 -0400 Subject: [PATCH] crypto styling moved to general stylesheet --- layouts/shortcodes/crypto.html | 20 -------------------- static/style.css | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/layouts/shortcodes/crypto.html b/layouts/shortcodes/crypto.html index 98b2939..11b7323 100644 --- a/layouts/shortcodes/crypto.html +++ b/layouts/shortcodes/crypto.html @@ -1,23 +1,3 @@ -
Monero
diff --git a/static/style.css b/static/style.css index 8102a31..3c10664 100644 --- a/static/style.css +++ b/static/style.css @@ -251,3 +251,22 @@ button.clear-search:hover { #tag_ukrainian:before { content: "πŸ‡ΊπŸ‡¦" ; } #tag_vietnamese:before { content: "πŸ‡»πŸ‡³" ; } #tag_wine:before { content: "🍷" ; } + +.cryptocontainer { + display: flex ; + flex-wrap: wrap ; + justify-content: center ; +} +.cryptoinfo { + max-width: 350px ; + text-align: center ; + padding-left: 10px ; + padding-right: 10px ; +} +.cryptoinfo code { + font-size: small ; + overflow-wrap: break-word ; +} +.qr { + max-height: 150px; ; +}