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:
|
You can make navbar have more traditional look:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```scss
|
```scss
|
||||||
#site-nav {
|
#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-container {
|
||||||
#search-bar {
|
#search-bar {
|
||||||
border-radius: var(--rounded-corner);
|
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:
|
Or you can make it sticked to top but not full-width:
|
||||||
|
|
||||||

|

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