Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tddg committed Aug 20, 2022
1 parent 54b1239 commit 042da6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h2>news</h2>
{% if site.news != blank -%}
{%- assign news_size = site.news | size -%}
<div class="table-responsive" {% if site.news_scrollable and news_size > 8 %}style="max-height: 40vw"{% endif %}>
<div class="table-responsive" {% if site.news_scrollable and news_size > 8 %}style="max-height: 36vw"{% endif %}>
<table class="table table-sm table-borderless">
{%- assign news = site.news | reverse -%}
{% if site.news_limit %}
Expand Down

0 comments on commit 042da6f

Please sign in to comment.