diff --git a/nfoguard-web/static/css/styles.css b/nfoguard-web/static/css/styles.css index 63a3160..ad39481 100644 --- a/nfoguard-web/static/css/styles.css +++ b/nfoguard-web/static/css/styles.css @@ -53,20 +53,15 @@ body { .header-logo { display: flex; align-items: center; - justify-content: flex-start; /* Align to left instead of center */ + justify-content: center; gap: 1rem; - padding: 0.5rem 0; /* Add some vertical padding */ } .header-logo .logo { - height: 80px; + height: 60px; width: auto; + /* Clean display for new logo */ object-fit: contain; - object-position: center; - /* Remove white background and make it fit better */ - background: transparent; - /* Optional: slight drop shadow for visibility */ - filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2)); } .header-text { diff --git a/nfoguard-web/static/index.html b/nfoguard-web/static/index.html index 955a1e5..6ad39b9 100644 --- a/nfoguard-web/static/index.html +++ b/nfoguard-web/static/index.html @@ -13,7 +13,7 @@