Added some margin to have a more balanced nav

This commit is contained in:
Gabriel Cozma
2024-01-28 22:54:54 +02:00
parent 852fdc5548
commit 69445b645d

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;
}