diff --git a/static/css/index.css b/static/css/index.css index ed4e123..64234f0 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -676,6 +676,7 @@ height: 240px; filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.35)); transition: all 0.3s ease-in-out; + border-radius: 10px; } .content .custom .list .item .info-img:hover { transform: scale(1.05); diff --git a/static/css/index.less b/static/css/index.less index fbce986..03c39b0 100644 --- a/static/css/index.less +++ b/static/css/index.less @@ -787,7 +787,8 @@ width: 240px; height: 240px; filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.35)); - transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + border-radius: 10px; &:hover { transform: scale(1.05);