From 232001387878f9b9bc47667ca9a688a59b9ef5f5 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Mon, 8 Feb 2021 10:40:50 +0800 Subject: [PATCH] update --- themes/simple-blog/layouts/_default/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/simple-blog/layouts/_default/list.html b/themes/simple-blog/layouts/_default/list.html index e0f4c7d..562cf48 100644 --- a/themes/simple-blog/layouts/_default/list.html +++ b/themes/simple-blog/layouts/_default/list.html @@ -86,9 +86,9 @@ @media screen and (max-width: 650px){ .cover{ margin-top: -20px; - height: 720px; + height: 900px; clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); - background-size: 1100px; + background-size: 1400px; background-repeat:repeat; /*animation: breath 25s ease-in-out infinite;*/ } -- GitLab