aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 19:00:30 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 19:00:30 -0400
commit6abf49094e32108b9ce37aad35efdc01258f076d (patch)
treea543d2eb949f2e55f498112828d7453f51d0d7d0
parentd63696d065bd91dc173093741d6020699bdd770c (diff)
downloadkompetenzbolzen.github.io-6abf49094e32108b9ce37aad35efdc01258f076d.tar.gz
Slightly toning down h2s again
-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;