Skip to content

Commit 6e6aaaf

Browse files
committed
Updated navigation css
Slight adjustment to padding, mainly for aesthetics.
1 parent 5f0084a commit 6e6aaaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/css/components/_navigation.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ nav {
1717
nav::before {
1818
content: '|';
1919
position: absolute;
20-
left: -50px;
20+
left: -31px;
2121
color: var(--matrix-green);
2222
opacity: 0.6;
2323
font-size: 2rem;
@@ -29,7 +29,7 @@ nav ul {
2929
display: flex;
3030
list-style: none;
3131
margin: 0;
32-
padding: 0;
32+
padding-top: 10px;
3333
gap: 1.5rem;
3434
}
3535

0 commit comments

Comments
 (0)