aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/default.html2
-rwxr-xr-xscss/style.scss3
-rw-r--r--style.css3
3 files changed, 5 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index e4fb5cb..8fde70d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -63,4 +63,4 @@
{% include analytics.html %}
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/scss/style.scss b/scss/style.scss
index 632936f..602fbfe 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -50,7 +50,8 @@ h1 {
}
h2 {
- font-size: 22px;
+ font-weight: 400;
+ font-size: 24px;
}
h3 {
diff --git a/style.css b/style.css
index 36780ae..e537b2b 100644
--- a/style.css
+++ b/style.css
@@ -64,7 +64,8 @@ h1 {
color: inherit; }
h2 {
- font-size: 22px; }
+ font-weight: 400;
+ font-size: 24px; }
h3 {
font-size: 18px;