diff --git a/www/static/imagestyle.css b/www/static/imagestyle.css index 12f8489..149aee6 100644 --- a/www/static/imagestyle.css +++ b/www/static/imagestyle.css @@ -1,16 +1,10 @@ -article { - margin-top: 0.8rem; - margin-left: 10%; - margin-right: 10%; -} - -figcaption { +#main_content_wrapper figcaption h1 { text-align: center; border-bottom: solid 3px darkgrey; - font-size: 2rem; + font-size: 1.8rem; margin-bottom: 0.3rem; } diff --git a/www/templates/post_types/image.html b/www/templates/post_types/image.html index 87f382b..60ef590 100644 --- a/www/templates/post_types/image.html +++ b/www/templates/post_types/image.html @@ -1,41 +1,19 @@ -{% extends "root.html" %} +{% extends "pathed_content.html" %} {% block extra_head %} {%endblock%} -{%block main_content%} -