Explorar el Código

Cambio col-12 por col-8 para ver el efecto

Celestino Rey hace 3 meses
padre
commit
129924608c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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-8 col-lg-auto 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-8 col-lg-auto text-center text-lg-start">
                     <h4>{{ vehiculo.matricula }}</h4>
 
                     <ul class="notification-meta list-inline mb-0">