changeset e01afd8a2b74 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=e01afd8a2b74
description:
        Better alignment
diffstat:

 templates/foundation.html |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r a1a24612f266 -r e01afd8a2b74 templates/foundation.html
--- a/templates/foundation.html Fri Dec 21 23:55:42 2018 +0100
+++ b/templates/foundation.html Sun Feb 24 12:23:34 2019 +0100
@@ -13,9 +13,9 @@
     <div class="container">
         <div class="row">
             <div class="col-md mb-gutter">
-                <h2 class="text-uppercase">Foundation</h2>
+                <h2 class="text-uppercase text-center">Foundation</h2>
                 <div class="card bg-light">
-                    <div class="card-body">
+                    <div class="card-body text-justify">
                         <p>
                         The Tryton Foundation is a private foundation 
(Fondation Privée) formed under the Belgian law.
                         It aims to protect, promote and develop Tryton as Free 
Software.
@@ -24,9 +24,9 @@
                 </div>
             </div>
             <div class="col-md mb-gutter">
-                <h2 class="text-uppercase">{{ heart | safe }} Donations</h2>
+                <h2 class="text-uppercase text-center">{{ heart | safe }} 
Donations</h2>
                 <div class="card bg-primary">
-                    <div class="card-body">
+                    <div class="card-body text-justify">
                         <p class="text-white">
                         Please, visit our <a href="{{ url_for('donate') }}" 
class="text-white">donations page</a> to learn more about
                         how you can help the Foundation to keep going and who 
has already supported us.
@@ -35,8 +35,8 @@
                 </div>
             </div>
             <div class="col-md mb-gutter">
-                <h2 class="text-uppercase">Contact</h2>
-                <address>
+                <h2 class="text-uppercase text-center">Contact</h2>
+                <address class="text-center">
                     <strong>Tryton Fondation Privée</strong><br/>
                     Rue de Rotterdam, 4<br/>
                     4000 Liège<br/>
@@ -47,7 +47,7 @@
         </div>
         <h2 class="text-uppercase">Mission &amp; Organization</h2>
         <div class="row">
-            <div class="col-md mb-gutter">
+            <div class="col-md mb-gutter text-justify">
                 <h3>What does the Tryton Foundation do?</h3>
                 <p>The Tryton Foundation:
                 <ul>
@@ -58,7 +58,7 @@
                 </ul>
                 </p>
             </div>
-            <div class="col-md mb-gutter">
+            <div class="col-md mb-gutter text-justify">
                 <h3>How is the foundation organized?</h3>
                 <p>In the spirit of democracy the foundation want to recognize 
everyone's work in Tryton.
                 So a specific status is available for people or companies 
active in the community:

Reply via email to