Skip to content

Commit

Permalink
Merge pull request #41 from NullHypothesis/add-missing-margin
Browse files Browse the repository at this point in the history
Add missing margin to header.
  • Loading branch information
NullHypothesis authored May 25, 2024
2 parents ab8b720 + 24c0b1b commit 0a756fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ const headerTemplate = `
:target {
background-color: #ffb772;
}
#header {
margin: 1em;
}
#left-header {
flex: 4;
background: #f5f5f5;
Expand Down Expand Up @@ -165,7 +168,7 @@ const headerTemplate = `
<body>
<div class="flex-row">
<div id="header" class="flex-row">
<div id="left-header" class="flex-column round-shadow">
Expand Down

0 comments on commit 0a756fa

Please sign in to comment.