diff --git a/themes/varia/static/css/main.css b/themes/varia/static/css/main.css
index 19fc33e411..0f4c0ef8ca 100644
--- a/themes/varia/static/css/main.css
+++ b/themes/varia/static/css/main.css
@@ -180,7 +180,7 @@ ul li{
header {
width:calc(100% - 50px);
margin-top:26px;
- margin-bottom:5em;
+ margin-bottom:1em;
padding-bottom:1em;
font-family: "header";
font-size: 17px;
@@ -194,10 +194,9 @@ header {
vertical-align: calc(-2px);
}
/* custom font size for index */
- #content.index header{
+ #banner {
font-size: 24px;
line-height: 1.5;
- margin-top:0;
}
header p{
display: inline;
diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html
index ec868c26e9..576d004cf6 100644
--- a/themes/varia/templates/article.html
+++ b/themes/varia/templates/article.html
@@ -12,13 +12,6 @@
{% endblock %}
{% block content %}
-