mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-10-30 15:20:11 +00:00
crypto styling moved to general stylesheet
This commit is contained in:
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…
Reference in New Issue
Block a user