From 9ab341dfddcf9f512ef868f9377ce82ef60ec507 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Wed, 16 Jun 2021 14:26:28 +0200 Subject: Switch h3 tags to h2 --- index.html | 6 +++--- style.css | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 4a32ad1..7bdf1bc 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ Source code (GitHub) -

Video Framerate

+

Video Framerate

Right click the YouTube video and select “Stats for nerds.” The third line is “Current / Optimal Res” - find the two numbers after the @ and enter them for @@ -55,7 +55,7 @@

-

Video Endpoints

+

Video Endpoints

Find the starting point (you can use the , and . keys to find the exact frame). Right click the video and select “Copy debug info” and paste @@ -69,7 +69,7 @@

-

Video Time

+

Video Time

diff --git a/style.css b/style.css index 9f3a764..8af5aae 100644 --- a/style.css +++ b/style.css @@ -56,7 +56,11 @@ h1 { width: var(--screen-width); } -h1, h3 { +h2 { + font-size: 18px; +} + +h1, h2 { margin: 1.8em 0; line-height: 1.33; } @@ -65,7 +69,7 @@ p { margin: 1.2em 0; } -button, h1, h3, input, p, textarea { +button, h1, h2, input, p, textarea { color: var(--text-color); } -- cgit v1.2.3