aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/settings_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/settings_main.html')
-rw-r--r--src/main/resources/templates/views/settings_main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html
index 090d64a2..8937f507 100644
--- a/src/main/resources/templates/views/settings_main.html
+++ b/src/main/resources/templates/views/settings_main.html
@@ -1,6 +1,6 @@
{% extends "layouts/default" %}
{% block content %}
-<article>
+<article class="page-content">
<h1>Settings</h1>
{%if not visitor.verified %}
<h2 style="color: red; padding: 20px;">Verify your account by adding email or social account</h2>