From 2cf85685bd689e38978046cd59cda6e4e16eff00 Mon Sep 17 00:00:00 2001 From: JSriwongsa Date: Fri, 30 Jun 2023 18:47:16 -0500 Subject: [PATCH] maded changes --- ecommerce/fashion_website/index.html | 1 + ecommerce/fashion_website/style.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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);