From 552ea20a4377ce9f9c4695ef82b5f3e24f8bca1e Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Thu, 22 Sep 2022 15:43:46 +0000 Subject: [PATCH] Add simple text-based logo --- flaskr/static/styles.css | 2 +- flaskr/templates/writing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flaskr/static/styles.css b/flaskr/static/styles.css index 7d2b8e2..72412c5 100644 --- a/flaskr/static/styles.css +++ b/flaskr/static/styles.css @@ -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; diff --git a/flaskr/templates/writing.html b/flaskr/templates/writing.html index 4de21dd..2fd3802 100644 --- a/flaskr/templates/writing.html +++ b/flaskr/templates/writing.html @@ -24,7 +24,7 @@ -

UnderCover

+

UnderCover

The secret cover letter generator

{% from "_formhelpers.html" import render_field %}