crypto styling moved to general stylesheet

This commit is contained in:
Luke Smith
2022-06-23 09:49:40 -04:00
parent 3ae1baed8f
commit ab29e8bb9d
2 changed files with 19 additions and 20 deletions

View File

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