Minimal table style

This commit is contained in:
PCoder 2022-07-11 16:09:50 +05:30
parent 3ff5f1eb50
commit 6fa462dcf6
2 changed files with 8 additions and 4 deletions

View file

@ -35,7 +35,7 @@
{% endfor %}
</div>
<!-- Table content -->
<div class="article-table" role="main">
<div class="article-table table-program" role="main">
{% for block in page.trans_table %}
{% if block.block_type == 'table_en' or block.block_type == 'table_fr' or block.block_type == 'table_de' %}
{% include_block block %}

View file

@ -136,4 +136,8 @@ $slider-nav: 200px;
background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;
}
.table-program td th {
padding: 0 10px !important;
}
@import "subsites";