Add simple text-based logo

This commit is contained in:
Sage Vaillancourt 2022-09-22 15:43:46 +00:00
parent 0c07b5b0f2
commit 552ea20a43
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@ html {
}
body {
background-color: #f0f0f0;
line-height: 200%;
margin-left: auto;
margin-right: auto;
@ -60,7 +61,6 @@ h1, h2 {
}
h1 {
font-size: 300%;
margin-bottom: 0;
}
input, textarea {
margin-bottom: 0.5em;

View File

@ -24,7 +24,7 @@
</head>
<body>
<h1>Under<wbr>Cover</h1>
<h1><span style="margin: 0; padding: 0.2em; color: black; background-color: white;">Under</span><span style="margin: 0; padding: 0.2em; color: white; background-color: black;">Cover</span></h1>
<h2>The secret cover letter generator</h2>
{% from "_formhelpers.html" import render_field %}
<form method=post>