diff --git a/custom-modern-open-source.hbs b/custom-modern-open-source.hbs
index 2ac0dff..532bb8c 100644
--- a/custom-modern-open-source.hbs
+++ b/custom-modern-open-source.hbs
@@ -9,7 +9,7 @@
{{#get "pages" filter="slug:program-news"}}
{{#foreach pages}}
-
Program News
+
Program News
{{#get "posts" order="desc, title asc" filter="tag:[news]"}}
{{#foreach posts limit="3"}}
diff --git a/src/css/modern.css b/src/css/modern.css
index e186b3d..b735ddb 100644
--- a/src/css/modern.css
+++ b/src/css/modern.css
@@ -59,7 +59,7 @@
font-size: 72px;
}
h2 {
- font-size: 60px;
+ font-size: 48px;
}
p {
font-size: 18px;
@@ -199,6 +199,7 @@
}
.mission-and-vision {
grid-template-columns: 1fr 1fr;
+ padding: 0 2.5rem 4rem 2.5rem;
}
}