diff --git a/assets/css/codeberg-docs.css b/assets/css/codeberg-docs.css index 7b1270f..5f0e27c 100644 --- a/assets/css/codeberg-docs.css +++ b/assets/css/codeberg-docs.css @@ -4,7 +4,7 @@ body { display: flex; flex-direction: column; font-family: "Inter", sans-serif; header { height: 60px; margin-top: 30px; margin-bottom: 60px; } header > .container { display: flex; align-items: center; } #header-action-buttons { text-align: right; } -#header-logo { height: 100%; padding: 10px; padding-left: 0; box-sizing: border-box; margin-left: 10px; } +#header-logo { height: 100%; padding: 10px; padding-left: 0; box-sizing: border-box; } #header-logo img { height: 100%; } #header-logo-container { display: flex; align-items: center; height: 100%; } #header-logo a { text-decoration: none; } diff --git a/content/_includes/default_layout.njk b/content/_includes/default_layout.njk index 48de0d4..ba8fa87 100644 --- a/content/_includes/default_layout.njk +++ b/content/_includes/default_layout.njk @@ -2,22 +2,27 @@