diff --git a/assets/css/style.css b/assets/css/style.css index e248822a..d429489e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1980,12 +1980,12 @@ p { .single-blog .blog-content .more { font-size: 16px; color: #d32f2f; - margin-top: 30px; + margin-top: 10px; transition: 0.8s ease; } .single-blog .blog-content .more:hover::after { transform: scaleX(1); - transform-origin: bottom left; + transform-origin: left; } .single-blog .blog-content .more:hover{ background: orange; diff --git a/index.html b/index.html index 90edc204..a2771ee7 100644 --- a/index.html +++ b/index.html @@ -1610,7 +1610,7 @@