Update column widths for flyer and downloads sections

Adjusted column widths from 4 to 6 for better alignment and layout consistency across event detail cards. This ensures improved visual balance and responsiveness for user experience.
main
Arne Schauf 2 weeks ago
parent 25d9ed524e
commit 62c3b6c15d
  1. 4
      core/templates/core/event_page.html

@ -203,7 +203,7 @@
</div> </div>
{% endif %} {% endif %}
{% if self.flyer %} {% if self.flyer %}
<div class="col-lg-4 col-md-6 col-12 mb-4"> <div class="col-lg-6 col-12 mb-4">
<div class="card h-100 border-0 shadow-sm event-detail-card"> <div class="card h-100 border-0 shadow-sm event-detail-card">
<div class="card-body"> <div class="card-body">
<h3 class="card-title mb-4"> <h3 class="card-title mb-4">
@ -221,7 +221,7 @@
</div> </div>
{% endif %} {% endif %}
{% if self.downloads %} {% if self.downloads %}
<div class="col-lg-4 col-md-6 col-12 mb-4"> <div class="col-lg-6 col-12 mb-4">
<div class="card h-100 border-0 shadow-sm event-detail-card"> <div class="card h-100 border-0 shadow-sm event-detail-card">
<div class="card-body"> <div class="card-body">
<h3 class="card-title mb-4"> <h3 class="card-title mb-4">

Loading…
Cancel
Save