1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-02 21:02:49 +02:00

smaller btc CTA

This commit is contained in:
Pomax
2021-04-09 09:40:50 -07:00
parent 407d2f3c01
commit bb1bf14e75
11 changed files with 189 additions and 148 deletions

View File

@@ -485,9 +485,24 @@ a.rss-link {
/* --------------------- */
a.btcqr {
float: right;
margin-left: 1em;
div.btcfh {
display: flex;
flex-direction: row;
}
div.btcqr {
flex: 0 0 auto;
margin-top: 1em;
align-self: center;
}
div.btcqr a {
text-decoration: none;
padding-left: 0.5em;
}
div.btcqr img {
width: 50%;
}
a.btclk {