Add missing margin to header.

This commit is contained in:
Philipp Winter 2024-05-25 09:13:45 -05:00
parent ab8b7206d2
commit 24c0b1be07

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