Skip to content

Commit 0d7ce46

Browse files
authored
Navbar improvements (spacing, border radius for items) (#82)
1 parent a17f55e commit 0d7ce46

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

cmd/assets/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
navigation: auto;
2525
}
2626

27+
.navbar-item {
28+
border-radius: var(--bulma-radius);
29+
}
30+
2731
.view {
2832

2933
// codeblocks border radius

0 commit comments

Comments
 (0)