diff --git a/discord_rss_bot/static/styles.css b/discord_rss_bot/static/styles.css
index c27b811..d10a205 100644
--- a/discord_rss_bot/static/styles.css
+++ b/discord_rss_bot/static/styles.css
@@ -10,5 +10,4 @@ body {
.summary {
max-height: 450px;
overflow-y: auto
-}
-
+}
\ No newline at end of file
diff --git a/discord_rss_bot/templates/add.html b/discord_rss_bot/templates/add.html
index f11c0fb..1531fc9 100644
--- a/discord_rss_bot/templates/add.html
+++ b/discord_rss_bot/templates/add.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
-{% block title %} | Add new feed{% endblock %}
+{% block title %}
+ | Add new feed
+{% endblock title %}
{% block content %}
-{% endblock %}
\ No newline at end of file
+{% endblock content %}
diff --git a/discord_rss_bot/templates/base.html b/discord_rss_bot/templates/base.html
index 5f70645..680443e 100644
--- a/discord_rss_bot/templates/base.html
+++ b/discord_rss_bot/templates/base.html
@@ -1,47 +1,55 @@
-
-
-
-
-
-
- discord-rss-bot{% block title %}{% endblock %}
- {% block head %}{% endblock %}
-
-
-{% include "nav.html" %}
-
-
-
- {% block content %}{% endblock %}
-
+
+
+
+
+
+
+
+
+
discord-rss-bot
+ {% block title %}
+ {% endblock title %}
+
+ {% block head %}
+ {% endblock head %}
+
+
+ {% include "nav.html" %}
+
+
+
+ {% block content %}
+ {% endblock content %}
+
+
+
-
-
-
-
-
\ No newline at end of file
+
+
+