diff options
author | Teddy Wing | 2018-11-09 22:34:53 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-09 22:34:53 +0100 |
commit | 5a4a2bd1c4e02eab4694a35faf83bc6fad971e3b (patch) | |
tree | 2063d77c7ee0173ea8cb029b9f047fc701777044 | |
parent | b9760554f906cfd25304ef84f1ba145e2b170863 (diff) | |
download | dome-key-web-5a4a2bd1c4e02eab4694a35faf83bc6fad971e3b.tar.bz2 |
Increase font size of subtitle
-rw-r--r-- | assets/styles.css | 3 | ||||
-rw-r--r-- | assets/stylesheets/typography.css | 4 | ||||
-rw-r--r-- | index.html | 2 |
3 files changed, 8 insertions, 1 deletions
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; +} @@ -16,7 +16,7 @@ <img src="assets/logo.svg" alt="DomeKey logo" /> </header> - <p> + <p class="font-size-1.52"> Control your computer with a pair of headphones </p> |