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; ;
+}