From 5a4a2bd1c4e02eab4694a35faf83bc6fad971e3b Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Fri, 9 Nov 2018 22:34:53 +0100
Subject: Increase font size of subtitle
---
assets/styles.css | 3 +++
assets/stylesheets/typography.css | 4 ++++
index.html | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/assets/styles.css b/assets/styles.css
index 3ab1420..a6aa1ba 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -16,6 +16,9 @@ h2 {
.font-size-0\.8 {
font-size: 0.8em;
}
+.font-size-1\.52 {
+ font-size: 1.52em;
+}
a:link { color: #b71863; }
a:hover { color: #880442; }
body {
diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css
index 3e7b497..83ebabd 100644
--- a/assets/stylesheets/typography.css
+++ b/assets/stylesheets/typography.css
@@ -15,3 +15,7 @@ h2 {
.font-size-0\.8 {
font-size: 0.8em;
}
+
+.font-size-1\.52 {
+ font-size: 1.52em;
+}
diff --git a/index.html b/index.html
index 757bb4b..ac6e512 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
-
+
Control your computer with a pair of headphones
-- cgit v1.2.3