From fcede314e20fb3afa817db0b09332428d627e862 Mon Sep 17 00:00:00 2001 From: Bohung Date: Tue, 13 Jul 2021 17:17:14 +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;