diff --git a/ecommerce/fashion_website/index.html b/ecommerce/fashion_website/index.html index 9a34e65..f52536b 100644 --- a/ecommerce/fashion_website/index.html +++ b/ecommerce/fashion_website/index.html @@ -1138,6 +1138,7 @@ diff --git a/ecommerce/fashion_website/style.css b/ecommerce/fashion_website/style.css index acd3b30..8120a32 100644 --- a/ecommerce/fashion_website/style.css +++ b/ecommerce/fashion_website/style.css @@ -320,7 +320,8 @@ nav.mobile .enter div span{ font-weight: 600; padding: 0 32px; border-radius: 50px; - line-height: 40px;transition: background-color 0.3s, color 0.3s; + line-height: 40px; + transition: background-color 0.3s, color 0.3s; } .btn-login{ background-color: var(--main-color);