diff --git a/nmhs_cms/static/css/navigation.css b/nmhs_cms/static/css/navigation.css index 82f03eec..1d854f96 100644 --- a/nmhs_cms/static/css/navigation.css +++ b/nmhs_cms/static/css/navigation.css @@ -103,6 +103,7 @@ header { .main-logo img { height: 100%; object-fit: contain; + padding: 0.3rem 0; } .navbar-brand { diff --git a/pages/products/static/css/product_detail.css b/pages/products/static/css/product_detail.css index fa8019c5..86bc9857 100644 --- a/pages/products/static/css/product_detail.css +++ b/pages/products/static/css/product_detail.css @@ -55,10 +55,11 @@ } .categories .tabs .tab.active { - background: #f6fdff; + background: #f9f9f9; border-bottom-left-radius: 8px; border-top-left-radius: 8px; color: var(--primary-color); + font-weight:600; } .content-container .content { diff --git a/pages/products/templates/products/product_detail.html b/pages/products/templates/products/product_detail.html index bc412e45..bc685a31 100644 --- a/pages/products/templates/products/product_detail.html +++ b/pages/products/templates/products/product_detail.html @@ -27,12 +27,13 @@ {{ category.name }} -