Skip to content

Commit 6abf490

Browse files
committed
Slightly toning down h2s again
1 parent d63696d commit 6abf490

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
6363

6464
{% include analytics.html %}
6565
</body>
66-
</html>
66+
</html>

scss/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ h1 {
5050
}
5151

5252
h2 {
53-
font-size: 22px;
53+
font-weight: 400;
54+
font-size: 24px;
5455
}
5556

5657
h3 {

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ h1 {
6464
color: inherit; }
6565

6666
h2 {
67-
font-size: 22px; }
67+
font-weight: 400;
68+
font-size: 24px; }
6869

6970
h3 {
7071
font-size: 18px;

0 commit comments

Comments
 (0)