a little more responsive

This commit is contained in:
vabene1111
2018-02-09 17:04:54 +01:00
parent e745f1cda2
commit 8c6019756f
7 changed files with 60 additions and 16 deletions

View File

@@ -4,8 +4,8 @@
<div class="row">
<div class="table-responsive">
{% block table %}
<table {% if table.attrs %}
{{ table.attrs.as_html }}{% else %}class="table table-bordered table-lg"{% endif %}>
<table style='font-size: 24px' {% if table.attrs %}
{{ table.attrs.as_html }}{% else %}class="table table-bordered table-xl"{% endif %}>
{% block table.thead %}
{% if table.show_header %}
<thead>