crypto styling moved to general stylesheet

pull/792/head
Luke Smith 2 years ago
parent 3ae1baed8f
commit ab29e8bb9d

@ -1,23 +1,3 @@
<style>
.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; ;
}
</style>
<div class=cryptocontainer>
<div class=cryptoinfo>
<img alt="" style="max-height:1em;max-width:1em;display:inline" src=/pix/xmr.svg> Monero <br>

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

Loading…
Cancel
Save