Skip to content

Commit 0a756fa

Browse files
Merge pull request #41 from NullHypothesis/add-missing-margin
Add missing margin to header.
2 parents ab8b720 + 24c0b1b commit 0a756fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/header.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ const headerTemplate = `
104104
:target {
105105
background-color: #ffb772;
106106
}
107+
#header {
108+
margin: 1em;
109+
}
107110
#left-header {
108111
flex: 4;
109112
background: #f5f5f5;
@@ -165,7 +168,7 @@ const headerTemplate = `
165168
166169
<body>
167170
168-
<div class="flex-row">
171+
<div id="header" class="flex-row">
169172
170173
<div id="left-header" class="flex-column round-shadow">
171174

0 commit comments

Comments
 (0)