fixed donation boxes
This commit is contained in:
parent
c3247e864c
commit
2fbf00e8b8
2 changed files with 7 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
<div class="cmm-content">
|
<div class="cmm-content">
|
||||||
<h2 id="register">Donate</h2>
|
<h2 id="register">Donate</h2>
|
||||||
<p>If you like our community, you can consider donating using these three options.</p>
|
<p>If you like our community, you can consider donating using these three options.</p>
|
||||||
<div class="flex" style="width: 100%;">
|
<div class="flex" style="width: 100%; flex-wrap: wrap;">
|
||||||
|
|
||||||
<div class="donate-box">
|
<div class="donate-box">
|
||||||
<center>
|
<center>
|
||||||
|
@ -74,9 +74,13 @@
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
</div> <!-- CM CONTENT END--->
|
</div> <!-- CM CONTENT END--->
|
||||||
|
|
||||||
|
<br>
|
||||||
<div class="cmm-sidebar">
|
<div class="cmm-sidebar">
|
||||||
|
|
||||||
<h2>FAQ</h2>
|
<h2>FAQ</h2>
|
||||||
|
|
|
@ -115,6 +115,7 @@ a {
|
||||||
.donate-box {
|
.donate-box {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
max-width: 40%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
border: var(--background2) 2px dashed;
|
border: var(--background2) 2px dashed;
|
||||||
|
|
Loading…
Reference in a new issue