Skip to content

Commit

Permalink
Improve front page table layout (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
syldb authored Sep 26, 2024
1 parent 4de24d2 commit c3a6b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ a[href].apilos-block-faqlink:after {
background-image: none;
}

.fr-table--sm.table--header-lg .fr-table__content th {
.fr-table--sm.table--vertical-lg .fr-table__content th,
.fr-table--sm.table--vertical-lg .fr-table__content td {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/conventions/convention_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="fr-grid-row fr-grid-row--gutters fr-card fr-card--no-border">
<div class="fr-col-md-12">
{% if filtered_conventions_count > 0 %}
<div class="fr-table table--header-lg fr-table--sm table--hover-animation">
<div class="fr-table table--vertical-lg fr-table--sm table--hover-animation">
{% if filtered_conventions_count != all_conventions_count %}
<div class="fr-grid-row fr-grid-row--gutters fr-grid-row--middle fr-mb-2w">
<div class="fr-grid-row fr-col-12">
Expand Down

0 comments on commit c3a6b9f

Please sign in to comment.