Improve classic navabr
This commit is contained in:
@ -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:
|
||||
|
||||

|
||||

|
||||
|
||||
```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:
|
||||
|
||||

|
||||

|
||||
|
||||
```scss
|
||||
#site-nav {
|
||||
|
Reference in New Issue
Block a user