diff --git a/static/css/components/header.css b/static/css/components/header.css index 28b1feb1..d439663b 100644 --- a/static/css/components/header.css +++ b/static/css/components/header.css @@ -73,7 +73,6 @@ display: flex; align-items: center; gap: 0.5rem; - transition: all 0.2s ease; font-size: 0.9rem; } @@ -273,4 +272,4 @@ .header-search { flex: 1; } -} \ No newline at end of file +} diff --git a/templates/base.html b/templates/base.html index 1e7bca43..b3beeff2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,6 +14,8 @@ + + \ No newline at end of file