Merge pull request #41 from NullHypothesis/add-missing-margin

Add missing margin to header.
This commit is contained in:
Philipp Winter 2024-05-25 09:15:07 -05:00 committed by GitHub
commit 0a756fa2da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">