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/static/comments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/static/comments.css') diff --git a/youtube/static/comments.css b/youtube/static/comments.css index c5f03c3..65e2cbe 100644 --- a/youtube/static/comments.css +++ b/youtube/static/comments.css @@ -12,7 +12,7 @@ } .video-metadata > h2{ grid-row: 2; - font-size: 15px; + font-size: 0.875rem; } .video-metadata > span{ grid-row:3; -- cgit v1.2.3