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:
David Lapshin
2024-01-28 21:02:45 +00:00

View File

@ -52,13 +52,14 @@
#home {
position: relative;
margin-right: 10px;
&::after {
background-color: var(--fg-muted-2);
content: "";
height: 110%;
position: absolute;
right: -0.2rem;
right: -.5rem;
top: 0;
width: 1px;
}