Skip to content

Commit bf86bf8

Browse files
committed
revert but tone down font
1 parent 84a302e commit bf86bf8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<span class="news-article-category">{{ primary_category | escape }}</span>
9696
<time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %-d, %Y" }}</time>
9797
</div>
98-
<h2>{{ page.title | escape }}</h2>
98+
<h1>{{ page.title | escape }}</h1>
9999
<span class="news-article-title-rule" aria-hidden="true"></span>
100100
{% if page.summary %}
101101
<p class="news-article-deck">{{ page.summary | escape }}</p>

css/main_style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ h3.title { margin-bottom: 0px; margin-top: 10px; }
16791679
max-width: 760px;
16801680
margin: 0;
16811681
padding: 0;
1682-
font-size: 29px;
1682+
font-size: 25px;
16831683
font-weight: 700;
16841684
letter-spacing: -.65px;
16851685
line-height: 1.18;
@@ -1770,7 +1770,7 @@ h3.title { margin-bottom: 0px; margin-top: 10px; }
17701770

17711771
.news-article-body p,
17721772
.news-article-body li {
1773-
font-size: 14.5px;
1773+
font-size: 13.5px;
17741774
line-height: 1.65;
17751775
}
17761776

0 commit comments

Comments
 (0)