From 5df46834aae38152a84fb4e816d2d8a5cb8a0e29 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Fri, 15 Oct 2021 04:47:30 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/content.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index e96d79a..a51cc77 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -271,6 +271,11 @@ body{ flex: none; display: none; } +.box:hover img { + width: 100%; + height: 100%; + object-fit: cover; +} .box{ flex: 3; color: #666666;