diff options
-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> |