From 93bf40d41c2492519129d729222e2c9272b5c125 Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 25 Sep 2024 06:48:43 +0300 Subject: [PATCH] Improve classic navabr --- content/tricks/index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/tricks/index.md b/content/tricks/index.md index 7d55224..7b7a0c6 100644 --- a/content/tricks/index.md +++ b/content/tricks/index.md @@ -16,7 +16,7 @@ Duckquill is pretty easy to restyle with just a few lines of SCSS in the [approp You can make navbar have more traditional look: -![classic navabr](https://files.catbox.moe/wd9nal.png) +![classic navabr](https://files.catbox.moe/ga4dmv.png) ```scss #site-nav { @@ -44,6 +44,14 @@ You can make navbar have more traditional look: } + #home { + margin-inline-end: auto; + } + + .divider { + display: none; + } + #search-container { #search-bar { border-radius: var(--rounded-corner); @@ -54,7 +62,7 @@ You can make navbar have more traditional look: Or you can make it sticked to top but not full-width: -![sticked navabr](https://files.catbox.moe/vr62lb.png) +![sticked navabr](https://files.catbox.moe/bfu3p7.png) ```scss #site-nav {