diff --git a/css/header.css b/css/header.css index cbd99ea..4537281 100644 --- a/css/header.css +++ b/css/header.css @@ -84,9 +84,10 @@ /* Mobil Menü Varsayılan Durumu */ .nav-menu { + margin:0; display: flex; flex-direction: column; - background-color: rgba(244, 157, 157, 0.9); + background-color: rgba(44, 41, 41, 0.9); position: fixed; top: 0; right: 0; diff --git a/js/components/header.js b/js/components/header.js index a9609d3..7127127 100644 --- a/js/components/header.js +++ b/js/components/header.js @@ -15,7 +15,7 @@ export function loadHeader() {