mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-23 14:41:07 -04:00
Merge pull request #41 from NullHypothesis/add-missing-margin
Add missing margin to header.
This commit is contained in:
commit
0a756fa2da
1 changed files with 4 additions and 1 deletions
|
@ -104,6 +104,9 @@ const headerTemplate = `
|
|||
:target {
|
||||
background-color: #ffb772;
|
||||
}
|
||||
#header {
|
||||
margin: 1em;
|
||||
}
|
||||
#left-header {
|
||||
flex: 4;
|
||||
background: #f5f5f5;
|
||||
|
@ -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">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue