From 7d9586a6f27212f3f6f68d3d65c7d0692cfa8802 Mon Sep 17 00:00:00 2001 From: mco-system Date: Mon, 10 Apr 2023 10:50:02 +1100 Subject: [PATCH] wip: programme --- src/thsf/static/css/wrappers.css | 16 ++++++++++ src/thsf/templates/base.html | 53 +++++++++++++++++--------------- 2 files changed, 44 insertions(+), 25 deletions(-) diff --git a/src/thsf/static/css/wrappers.css b/src/thsf/static/css/wrappers.css index 74c459b..386ad01 100644 --- a/src/thsf/static/css/wrappers.css +++ b/src/thsf/static/css/wrappers.css @@ -43,3 +43,19 @@ text-align:justify; text-justify: inter-word; } + +.partners { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; +} + +.subpartners { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + text-align: center; +} diff --git a/src/thsf/templates/base.html b/src/thsf/templates/base.html index 3b2096d..b0eb60f 100644 --- a/src/thsf/templates/base.html +++ b/src/thsf/templates/base.html @@ -46,31 +46,34 @@ {% block content %} {% endblock %}
- - Tetalab - - - Tetaneutral - -
- - Clutch - - - Antistatik - + +
{% block navbar %}