diff --git a/cara/apps/static/css/style.css b/cara/apps/static/css/style.css index 34dfaaf8..93eb34c7 100644 --- a/cara/apps/static/css/style.css +++ b/cara/apps/static/css/style.css @@ -121,6 +121,11 @@ body { font-size: 1.25rem; } +.acknowledgements { + text-align: left; + font-size: 1.5rem; +} + .center { position: relative; display: flex; @@ -220,11 +225,6 @@ footer img { text-align: left; font-size: 2rem; } - - .developers .acknowledgements { - text-align: left; - font-size: 1.5rem; - } .split > * + * { margin-left: 2em; diff --git a/cara/apps/templates/about.html.j2 b/cara/apps/templates/about.html.j2 index 3f23bf4b..508e024b 100644 --- a/cara/apps/templates/about.html.j2 +++ b/cara/apps/templates/about.html.j2 @@ -48,15 +48,15 @@ Although the user is able to calculate the infection probability of a stand-alon

Code Contributors:


{{ text_blocks['Code Contributors'] }}
-

Acknowledgements:


+

References:


+{{ text_blocks['References'] }} +
+

Acknowledgements:


Click to expand
{{ text_blocks['Acknowledgements'] }}
-
-

References:


-{{ text_blocks['References'] }}