diff --git a/static/css/ordinary.css b/static/css/ordinary.css index a206de2..55eab82 100644 --- a/static/css/ordinary.css +++ b/static/css/ordinary.css @@ -164,3 +164,15 @@ a:focus, .btn-link:focus { margin: 10px 0 0; float: bottom; } + +.story-box h1 { + margin: -8px -5px 20px; + text-align: center; +} + +.story-box img { + width: 80%; + display: block; + margin-left: auto; + margin-right: auto; +} \ No newline at end of file diff --git a/templates/story.html b/templates/story.html index a069c3e..56b52e9 100644 --- a/templates/story.html +++ b/templates/story.html @@ -36,10 +36,12 @@
-
-

{{story.title}}

+
+

{{story.title}}

+

{{paragraph_part[0].text}}

+
- {% for p in paragraph_part %} + {% for p in paragraph_part[1:] %}

{{p.text}}

{% endfor %}