diff --git a/static/css/styles.css b/static/css/styles.css index 405e695..fa7e97f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -428,8 +428,9 @@ hr { transform: translate(-50%, -50%); z-index: 2; max-width: 800px; - width: 90%; + width: 88%; text-align: center; + padding: 0 16px; } .hero-title { @@ -477,7 +478,10 @@ hr { border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; padding: 32px; - text-align: left; + text-align: center; + display: flex; + flex-direction: column; + align-items: center; } .stats-icon { @@ -486,7 +490,7 @@ hr { display: flex; align-items: center; justify-content: center; - margin-bottom: 16px; + margin: 0 auto 16px auto; color: var(--white); } diff --git a/templates/competitions.html b/templates/competitions.html index 947de46..e622f79 100644 --- a/templates/competitions.html +++ b/templates/competitions.html @@ -18,7 +18,8 @@

Competition log


- {% for season, comps in competitions_by_season.items() %} +
+ {% for season, comps in competitions_by_season.items() %}

{{ season }}

{% for comp in comps %} @@ -48,9 +49,10 @@ {% endif %}
- {% endfor %} + {% endfor %} - {% endfor %} + {% endfor %} + diff --git a/templates/contact.html b/templates/contact.html index 960a86f..f8397a1 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -7,10 +7,12 @@

Contact

-
-

🌐 you can find us on several platforms! 🌐

-
-
+
+
+
+

🌐 you can find us on several platforms! 🌐

+
diff --git a/templates/contributors.html b/templates/contributors.html index 7cc2c56..5e43e4c 100644 --- a/templates/contributors.html +++ b/templates/contributors.html @@ -36,8 +36,10 @@

Our mentors and coaches


-

❤️ meet our amazing coach and mentors! ❤️

-
+
+
+

❤️ meet our amazing coach and mentors! ❤️

+
{% for mentor in mentors %}
{% if mentor.image_path %} @@ -45,14 +47,18 @@ {% endif %}

{{ mentor.name }}

{{ mentor.role }}

+
+ {% endfor %} +
- {% endfor %}

Our team


-

⭐ meet our amazing team! ⭐

+
+
+

⭐ meet our amazing team! ⭐

-
+
{% for member in members %}
{% if member.image_path %} @@ -60,8 +66,10 @@ {% endif %}

{{ member.name }}

{{ member.role }}

+
+ {% endfor %} +
- {% endfor %}
diff --git a/templates/sponsors.html b/templates/sponsors.html index 13ce64b..800a608 100644 --- a/templates/sponsors.html +++ b/templates/sponsors.html @@ -7,18 +7,22 @@

Sponsors

-
-

❤️ companies of various sizes sponsor our initiatives. ❤️

- -
-
+
+
+
+

❤️ companies of various sizes sponsor our initiatives. ❤️

+ +
+
{% for sponsor in sponsors %}
{{ sponsor.name }}
- {% endfor %} + {% endfor %} +
+