mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-26 16:52:08 +05:30
fix indentation and fix monero qr position
This commit is contained in:
parent
53705c641f
commit
147cc60b93
@ -15,5 +15,30 @@ If you donate, we will be more motivated to work on the server and host more stu
|
||||
# yeah sure I'll donate. links?
|
||||
|
||||
|
||||
Monero: ``47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA``
|
||||
<img src={MoneroQR} alt="Monero Qr Code">
|
||||
<div class="monero">
|
||||
<span>Monero: <code>47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA</code></span>
|
||||
<img src={MoneroQR} alt="Monero Qr Code">
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.monero {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.monero > img {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 930px) {
|
||||
.monero {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.monero > img {
|
||||
margin-left: 0;
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user