From c56e02c2de0e41d6d83662d823a869bb8741ff54 Mon Sep 17 00:00:00 2001 From: Bohung Date: Tue, 13 Jul 2021 17:17:03 +0800 Subject: [PATCH] Change px to em. --- modules/vlog/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vlog/index.html.erb b/modules/vlog/index.html.erb index 75a25fd..c1cae22 100644 --- a/modules/vlog/index.html.erb +++ b/modules/vlog/index.html.erb @@ -15,7 +15,7 @@ } .video-thumbnail i{ color: #08c; - font-size: 40px; + font-size: 2.5em; left: 25px; position: absolute; top: 18px;