diff --git a/app/static/style.css b/app/static/style.css index ca817d6..4145f27 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -327,4 +327,4 @@ table.list td{padding:11px 12px;border-bottom:1px solid var(--line-2)} /* hero eyebrow */ .hero-eyebrow{margin:0 0 14px;font-size:14px;font-weight:600;letter-spacing:.08em; - text-transform:uppercase;color:var(--accent)} \ No newline at end of file + text-transform:uppercase;color:var(--accent)} diff --git a/app/templates/base.html b/app/templates/base.html index 7212f6a..28f8c2a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -89,4 +89,4 @@ }); - \ No newline at end of file + diff --git a/app/templates/index.html b/app/templates/index.html index da03a43..efba21d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -11,4 +11,4 @@ {{ _('Get started') }} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}