diff --git a/_includes/latest_posts.html b/_includes/latest_posts.html
index c9fb643..91514d7 100644
--- a/_includes/latest_posts.html
+++ b/_includes/latest_posts.html
@@ -2,7 +2,7 @@
{% if site.latest_posts != blank -%}
{%- assign latest_posts_size = site.posts | size -%}
-
3 %}style="max-height: 10vw"{% endif %}>
+
3 %}style="max-height: 60vw"{% endif %}>
{%- assign latest_posts = site.posts -%}
{% if site.latest_posts.limit %}
diff --git a/_includes/news.html b/_includes/news.html
index 963485d..c7fefdc 100644
--- a/_includes/news.html
+++ b/_includes/news.html
@@ -2,7 +2,8 @@
{% if site.news != blank -%}
{%- assign news_size = site.news | size -%}
-
3 %}style="max-height: 10vw"{% endif %}>
+
3 %}style="max-height: 60vw"{% endif %}>
+
{%- assign news = site.news | reverse -%}
{% if site.news.limit %}