mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-23 14:41:07 -04:00
Add missing margin to header.
This commit is contained in:
parent
ab8b7206d2
commit
24c0b1be07
1 changed files with 4 additions and 1 deletions
|
@ -104,6 +104,9 @@ const headerTemplate = `
|
||||||
:target {
|
:target {
|
||||||
background-color: #ffb772;
|
background-color: #ffb772;
|
||||||
}
|
}
|
||||||
|
#header {
|
||||||
|
margin: 1em;
|
||||||
|
}
|
||||||
#left-header {
|
#left-header {
|
||||||
flex: 4;
|
flex: 4;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
|
@ -165,7 +168,7 @@ const headerTemplate = `
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="flex-row">
|
<div id="header" class="flex-row">
|
||||||
|
|
||||||
<div id="left-header" class="flex-column round-shadow">
|
<div id="left-header" class="flex-column round-shadow">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue