File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22 < div class ="news ">
33 {% if site.latest_posts != blank -%}
44 {%- assign latest_posts_size = site.posts | size -%}
5- < div class ="table-responsive " {% if site.latest_posts.scrollable and latest_posts_size > 3 %}style="max-height: 10vw "{% endif %}>
5+ < div class ="table-responsive " {% if site.latest_posts.scrollable and latest_posts_size > 3 %}style="max-height: 60vw "{% endif %}>
66 < table class ="table table-sm table-borderless ">
77 {%- assign latest_posts = site.posts -%}
88 {% if site.latest_posts.limit %}
Original file line number Diff line number Diff line change 22 < div class ="news ">
33 {% if site.news != blank -%}
44 {%- assign news_size = site.news | size -%}
5- < div class ="table-responsive " {% if site.news.scrollable and news_size > 3 %}style="max-height: 10vw"{% endif %}>
5+ < div class ="table-responsive " {% if site.news.scrollable and news_size > 3 %}style="max-height: 60vw"{% endif %}>
6+ < script > console . log ( { { news_size} } ) ; </ script >
67 < table class ="table table-sm table-borderless ">
78 {%- assign news = site.news | reverse -%}
89 {% if site.news.limit %}
You can’t perform that action at this time.
0 commit comments