diff --git a/templates/article.html b/templates/article.html index 1cdd68d..28f1eab 100644 --- a/templates/article.html +++ b/templates/article.html @@ -40,7 +40,7 @@ + type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document); @@ -61,16 +61,20 @@ -
-

{{title}}

-
- {% for author in authors %} - {{author.full_name}}'s Avatar -
{{author.full_name}}
- {% endfor %} +
+
+

{{title}}

+
+ {% for author in authors %} + {{author.full_name}}'s Avatar +
{{author.full_name}}
+ {% endfor %} +
+

+ {{published}} +

-

{{published}}

{{body}}

diff --git a/templates/css/compute-c23f91.webflow.css b/templates/css/compute-c23f91.webflow.css index 8587062..332d099 100644 --- a/templates/css/compute-c23f91.webflow.css +++ b/templates/css/compute-c23f91.webflow.css @@ -44,7 +44,15 @@ } article { - margin: 20px; + display: flex; + flex-direction: column; + align-items: center; +} + +article>* { + width: 96vw; + max-width: 575px; + line-height: 1.5; } h1 { @@ -97,12 +105,11 @@ li { } .flex-block-2.purple { - color: #333; - background-color: #552a85; flex-flow: column; justify-content: space-around; padding-top: 0; display: flex; + background-color: #552a85; overflow-x: hidden; } @@ -197,7 +204,7 @@ li { } .text-block-2 { - color: #fff; + color: white; font-size: 18px; }