Merge pull request 'nav: Added some margin to have a more balanced nav' (#4) from gxbs/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/4
This commit is contained in:
@ -52,13 +52,14 @@
|
|||||||
|
|
||||||
#home {
|
#home {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-right: 10px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
background-color: var(--fg-muted-2);
|
background-color: var(--fg-muted-2);
|
||||||
content: "";
|
content: "";
|
||||||
height: 110%;
|
height: 110%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -0.2rem;
|
right: -.5rem;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user