Skip to content

Commit 1ebd8f1

Browse files
committed
Añade padding a opr_github para evitar que se corte en movil
1 parent 4c781d0 commit 1ebd8f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h4 class="card-title m-0">Kits de robots competitivos</h4>
225225
<div class="card m-0" style="overflow: hidden;">
226226
<div class="card-body p-0 img-hover-zoom" style="height: 450px;">
227227
<a href="https://github.com/OPRobots" target="_blank">
228-
<img src="/assets/img/opr_github.png" style="aspect-ratio: 1;object-fit: contain;" class="w-100 h-100" alt="">
228+
<img src="/assets/img/opr_github.png" style="aspect-ratio: 1;object-fit: contain;padding: 20px;" class="w-100 h-100" alt="">
229229
<div class="card-img-overlay p-2" style="display: flex;align-items: start;justify-content: center;">
230230
<h4 class="card-title m-0">Software y Hardware siempre abiertos</h4>
231231
</div>

0 commit comments

Comments
 (0)