Skip to content

Commit 027d5ea

Browse files
committed
Remove unnecessary border from header navigation for improved styling
1 parent c4b795b commit 027d5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% endfor %}
1212
</span>
1313
<br style="clear: both;">
14-
<div style="border-top: 1px solid rgba(255, 167, 196, 0.3); margin-top: 0.5em; padding-top: 0.75em;">
14+
<div style="margin-top: 0.5em; padding-top: 0.75em;">
1515
<a href="/about/" style="display: inline-block; margin-right: 2em; color: #ffa7c4; text-decoration: none; font-size: 1em;">About</a>
1616
<a href="/archive/" style="display: inline-block; margin-right: 2em; color: #ffa7c4; text-decoration: none; font-size: 1em;">Archive</a>
1717
<a href="/tags/" style="display: inline-block; margin-right: 2em; color: #ffa7c4; text-decoration: none; font-size: 1em;">Tags</a>

0 commit comments

Comments
 (0)