diff --git a/themes/simple-blog/layouts/_default/list.html b/themes/simple-blog/layouts/_default/list.html index e0f4c7dceeb50245b87e1d6779bd8049d226065a..562cf48d90beb5d7b031060434326235cf9f4e63 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;*/ }