diff --git a/flaskr/static/styles.css b/flaskr/static/styles.css index 72412c5..fdc07d0 100644 --- a/flaskr/static/styles.css +++ b/flaskr/static/styles.css @@ -16,6 +16,10 @@ h1, h2 { text-align: center; } +h1 { + user-select: none; +} + /* Small screens */ @media only screen and (max-width: 1080px) { body { diff --git a/flaskr/templates/writing.html b/flaskr/templates/writing.html index 2fd3802..a0029bc 100644 --- a/flaskr/templates/writing.html +++ b/flaskr/templates/writing.html @@ -24,7 +24,9 @@ -

UnderCover

+ +

UnderCover

+

The secret cover letter generator

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