Skip to content

Commit dc9e3f5

Browse files
Added the Top Padding for the Navbar component
1 parent 2b79619 commit dc9e3f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

quartz/components/styles/navbar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
.navbar {
55
position: fixed;
6-
top: 0;
6+
top: 0px;
7+
padding-top: 5px;
78
width: 100%;
89
display: flex;
910
background-color: var(--light);

0 commit comments

Comments
 (0)