diff --git a/assets/sass/_custom.sass b/assets/sass/_custom.sass index 0568e8c..558391f 100644 --- a/assets/sass/_custom.sass +++ b/assets/sass/_custom.sass @@ -1,2 +1,7 @@ html, body scroll-padding-top: 4.5rem + +.nav + &_brand + img + max-height: 2rem \ No newline at end of file diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index bf37114..18850d5 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -19,8 +19,8 @@ weight = -107 [[main]] - name = "Tips/Tricks" - url = "series/tips" + name = "Tips" + url = "series/tips/" weight = -106 # Submenus diff --git a/static/logos/logo.png b/static/logos/logo.png index 53dff57..90e0121 100644 Binary files a/static/logos/logo.png and b/static/logos/logo.png differ