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 - +
+ + Tetalab + + + Tetaneutral + +
+
+ + Clutch + + + Antistatik + +
{% block navbar %}