浏览代码

Y pongo col-lg-6 en lugar de col-lg-auto

Celestino Rey 3 月之前
父节点
当前提交
1b97aa61dd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/templates/repostajes/detalle_vehiculo.html

+ 2 - 2
src/templates/repostajes/detalle_vehiculo.html

@@ -15,14 +15,14 @@
     <div class="app-card app-card-notification shadow-sm mb-4">
         <div class="app-card-header px-4 py-3">
             <div class="row g-3 align-items-center">
-                <div class="col-12 col-lg-auto text-center text-lg-start">
+                <div class="col-12 col-lg-6 text-center text-lg-start">
                     {% if vehiculo.foto %}
                     <p><img src="{{ vehiculo.foto.url }}" alt="{{ vehiculo.matricula}}" width="484" height="343"></p>
                     {% else %}
                     <p>No hay imágen disponible</p>
                     {% endif %}
                 </div>
-                <div class="col-12 col-lg-auto text-center text-lg-start">
+                <div class="col-12 col-lg-6 text-center text-lg-start">
                     <h4>{{ vehiculo.matricula }}</h4>
 
                     <ul class="notification-meta list-inline mb-0">