diff --git a/_layouts/post.html b/_layouts/post.html index f0b3ba623..516c93a4c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,7 +11,7 @@
{{ page.date | date: '%A, %B %-d, %Y' }}
-

{{ page.title | strip_html }}

+

{{ page.title | strip_html }}

{% if page.author %}
Posted by {{ page.author }}
{% endif %} diff --git a/_sass/modules/_post.scss b/_sass/modules/_post.scss index 79ae6131d..1c3799ce1 100755 --- a/_sass/modules/_post.scss +++ b/_sass/modules/_post.scss @@ -12,6 +12,20 @@ margin: -7px 30px -6px 30px; text-align: center; + h1 { + color: $color-red; + font-size: 39px; + @media (max-width: 800px) { + font-size: 32px; + } + @media (max-width: 600px) { + font-size: 28px; + } + font-weight: 700; + letter-spacing: -0.01em; + line-height: 38px; + } + h5 { margin-bottom: 16px; } @@ -101,6 +115,11 @@ margin-bottom: -7px; + h1 { + font-size: 55px; + line-height: 52px; + } + h5 { margin-bottom: 13px; } diff --git a/category/foundation.html b/category/foundation.html index 4521a75ce..dc3906773 100644 --- a/category/foundation.html +++ b/category/foundation.html @@ -10,7 +10,7 @@
-
+

{{ page.title }}

diff --git a/category/news.html b/category/news.html index 1b971619b..6ca64aa8b 100644 --- a/category/news.html +++ b/category/news.html @@ -10,7 +10,7 @@
-
+

{{ page.title }}

diff --git a/category/releases.html b/category/releases.html index b6f13bae1..994251d8a 100644 --- a/category/releases.html +++ b/category/releases.html @@ -10,7 +10,7 @@
-
+

{{ page.title }}