Skip to content

Commit 8dc10dc

Browse files
authored
Modern (#25)
🍏 - Add padding around mission and vision - Adjust heading sizes
1 parent 5f8cd28 commit 8dc10dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

custom-modern-open-source.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="{{post_class}} program-news">
1010
{{#get "pages" filter="slug:program-news"}}
1111
{{#foreach pages}}
12-
<h2>Program News</h2>
12+
<h3>Program News</h3>
1313
<ul>
1414
{{#get "posts" order="desc, title asc" filter="tag:[news]"}}
1515
{{#foreach posts limit="3"}}

src/css/modern.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
font-size: 72px;
6060
}
6161
h2 {
62-
font-size: 60px;
62+
font-size: 48px;
6363
}
6464
p {
6565
font-size: 18px;
@@ -199,6 +199,7 @@
199199
}
200200
.mission-and-vision {
201201
grid-template-columns: 1fr 1fr;
202+
padding: 0 2.5rem 4rem 2.5rem;
202203
}
203204
}
204205

0 commit comments

Comments
 (0)