mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-22 18:50:55 +00:00
Fix images and button off screen
This commit is contained in:
@@ -132,15 +132,15 @@
|
||||
<div class="col">
|
||||
<div class="mb-4 pb-3 mb-lg-3 pb-lg-5">
|
||||
<h6 class="eyebrow mb-2">{% trans %}Awarded in a single grant{% endtrans %}</h6>
|
||||
<img src="./assets/img/community/community-grants-1.svg" >
|
||||
<img src="./assets/img/community/community-grants-1.svg" class="w-100">
|
||||
</div>
|
||||
<div class="mb-4 pb-3 mb-lg-3 pb-lg-5">
|
||||
<h6 class="eyebrow mb-2">{% trans %}Distributed to grant recipients{% endtrans %}</h6>
|
||||
<img src="./assets/img/community/community-grants-2.svg" >
|
||||
<img src="./assets/img/community/community-grants-2.svg" class="w-100">
|
||||
</div>
|
||||
<div class="mb-4 pb-3 mb-lg-3 pb-lg-5">
|
||||
<h6 class="eyebrow mb-2">{% trans %}Open-source projects funded {% endtrans %}</h6>
|
||||
<img src="./assets/img/community/community-grants-3.svg" >
|
||||
<img src="./assets/img/community/community-grants-3.svg" class="w-100">
|
||||
</div>
|
||||
|
||||
<div class="d-lg-none d-block mt-4 pt-3">
|
||||
|
||||
Reference in New Issue
Block a user