From 519a35847fe131ad59d67e91e0a851f0c7eef845 Mon Sep 17 00:00:00 2001 From: imohkay Date: Thu, 28 Oct 2021 17:03:55 +0530 Subject: [PATCH] assemblies --- app/static/css/partials/_text.scss | 4 +++- app/templates/texts.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/static/css/partials/_text.scss b/app/static/css/partials/_text.scss index 119c1a7..ea2606f 100755 --- a/app/static/css/partials/_text.scss +++ b/app/static/css/partials/_text.scss @@ -62,8 +62,10 @@ em { } main > .texts { - max-width: var(--container-width); + max-width: var(--container-lg-width); padding: var(--spacing-2); + margin-left: auto; + margin-right: auto; box-sizing: border-box; a { diff --git a/app/templates/texts.html b/app/templates/texts.html index 9e5ef04..ecbeba5 100755 --- a/app/templates/texts.html +++ b/app/templates/texts.html @@ -3,7 +3,7 @@ {% block main %}
-
+
{% for text in en_texts %}