adjust plan list column sizing

This commit is contained in:
krmax44 2022-03-14 16:06:02 +01:00
parent 77556ecf60
commit e5080e6f12
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03

View file

@ -2,7 +2,7 @@
<div class="row"> <div class="row">
{% for object in object_list %} {% for object in object_list %}
<div class="col col-12 col-md-4 d-flex mb-3"> <div class="col col-12 col-md-6 col-lg-4 d-flex mb-3">
<a href="{{ object.get_absolute_url }}" class="d-flex w-100 text-body text-decoration-none"> <a href="{{ object.get_absolute_url }}" class="d-flex w-100 text-body text-decoration-none">
<div class="box-card border-blue w-100 shadow-blue"> <div class="box-card border-blue w-100 shadow-blue">
<div class="box-card-header p-3 bg-blue-20"> <div class="box-card-header p-3 bg-blue-20">