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 %}