From 00cf61d625201004fc240c67ec2ee1954651c572 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 22 Feb 2020 22:14:11 -0800 Subject: Change px values to rem values in font-size declarations --- youtube/templates/error.html | 2 +- youtube/templates/subscription_manager.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'youtube/templates') diff --git a/youtube/templates/error.html b/youtube/templates/error.html index 27b68ff..2f94afa 100644 --- a/youtube/templates/error.html +++ b/youtube/templates/error.html @@ -3,7 +3,7 @@ {% block style %} h1{ - font-size: 32px; + font-size: 2rem; font-weight: normal; } #error-box, #error-message{ diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html index 34d38d0..4d798e0 100644 --- a/youtube/templates/subscription_manager.html +++ b/youtube/templates/subscription_manager.html @@ -16,7 +16,7 @@ padding:10px; } .subscriptions-import-form h2{ - font-size: 20px; + font-size: 1.25rem; margin-bottom: 10px; } -- cgit v1.2.3