fixed donation boxes

This commit is contained in:
Jakub Heger 2024-10-21 19:04:04 +02:00
parent c3247e864c
commit 2fbf00e8b8
2 changed files with 7 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<div class="cmm-content">
<h2 id="register">Donate</h2>
<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">
<center>
@ -74,9 +74,13 @@
</tbody>
</table>
<br>
<br>
<br>
<br>
</div> <!-- CM CONTENT END--->
<br>
<div class="cmm-sidebar">
<h2>FAQ</h2>

View file

@ -115,6 +115,7 @@ a {
.donate-box {
margin: 20px;
padding: 15px;
max-width: 40%;
width: 100%;
height: 400px;
border: var(--background2) 2px dashed;