mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-04-22 01:23:12 +01: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=cryptocontainer>
|
||||||
<div class=cryptoinfo>
|
<div class=cryptoinfo>
|
||||||
<img alt="" style="max-height:1em;max-width:1em;display:inline" src=/pix/xmr.svg> Monero <br>
|
<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_ukrainian:before { content: "🇺🇦" ; }
|
||||||
#tag_vietnamese:before { content: "🇻🇳" ; }
|
#tag_vietnamese:before { content: "🇻🇳" ; }
|
||||||
#tag_wine: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…
x
Reference in New Issue
Block a user