Changed about page
This commit is contained in:
parent
659301fa6d
commit
07b09133f8
2 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -48,15 +48,15 @@ Although the user is able to calculate the infection probability of a stand-alon
|
|||
<h2 class="paragraph-title">Code Contributors:</h2><br>
|
||||
{{ text_blocks['Code Contributors'] }}
|
||||
<br>
|
||||
<h1 class="paragraph-title">Acknowledgements:</h1><br>
|
||||
<a id="references_block" style="color:#2f4858"><h1 class="paragraph-title">References:</h1></a><br>
|
||||
{{ text_blocks['References'] }}
|
||||
<br>
|
||||
<h3 class="acknowledgements">Acknowledgements:</h3><br>
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
<br>
|
||||
{{ text_blocks['Acknowledgements'] }}
|
||||
</details>
|
||||
<br>
|
||||
<a id="references_block" style="color:#2f4858"><h1 class="paragraph-title">References:</h1></a><br>
|
||||
{{ text_blocks['References'] }}
|
||||
|
||||
<div class="text-component text-component-page clearfix"></div>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue