removed header text in template
This commit is contained in:
parent
52d238fba5
commit
f5a1abd8a1
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ fn send_email_summary(config: &Config, body_content: Vec<String>, cliargs: &CliA
|
|||
</head>
|
||||
<body>
|
||||
<div style="background-color: #33ccff; border-radius: 40px; height: 100px;">
|
||||
<div style="display: grid; grid-template-columns: auto auto auto; margin-left: auto; margin-right: auto;width: fit-content">
|
||||
<div style="margin-left: auto; margin-right: auto;width: fit-content">
|
||||
<h1>Chrono</h1>
|
||||
<img src="https://cdn-icons-png.flaticon.com/512/3938/3938540.png"
|
||||
style="height:100px; border-radius: 50%; background-color: whitesmoke;">
|
||||
|
|
Loading…
Reference in a new issue