Skip to content

Commit 704bdca

Browse files
authored
Merge pull request #776 from skade/header-padding
Give navigation a slight bottom spacing
2 parents 7ad4a14 + bb9751b commit 704bdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/nav.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
1+
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns pb3">
22
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
33
<a href="/" class="brand">
44
<img class="v-mid ml0-l" alt="Rust Logo" src="/static/images/rust-logo-blk.svg">

0 commit comments

Comments
 (0)