diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-02-22 22:14:11 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-02-22 22:14:11 -0800 |
commit | 00cf61d625201004fc240c67ec2ee1954651c572 (patch) | |
tree | cb2cea488cb701b71e03069c8734b001e8e56cf9 /youtube/templates/subscription_manager.html | |
parent | 0989d55db1520330a0f0cea21359520a8cc7ef18 (diff) | |
download | yt-local-00cf61d625201004fc240c67ec2ee1954651c572.tar.lz yt-local-00cf61d625201004fc240c67ec2ee1954651c572.tar.xz yt-local-00cf61d625201004fc240c67ec2ee1954651c572.zip |
Change px values to rem values in font-size declarations
Diffstat (limited to 'youtube/templates/subscription_manager.html')
-rw-r--r-- | youtube/templates/subscription_manager.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |