improve footer styling

This commit is contained in:
xenofem 2022-04-16 13:37:52 -04:00
parent ff15f20b55
commit 1c9b71ae16

View file

@ -49,14 +49,14 @@
<div> <div>
Download data: <a href="/data.csv">CSV</a> <a href="/data.json">JSON</a> Download data: <a href="/data.csv">CSV</a> <a href="/data.json">JSON</a>
</div> </div>
<div> <h5>
<a href="https://www.mwra.com/biobot/biobotdata.htm">Data source: Massachusetts Water Resources Authority</a> <a href="https://www.mwra.com/biobot/biobotdata.htm">Data source: Massachusetts Water Resources Authority</a>
</div> </h5>
<div> <h5>
<a href="https://git.xeno.science/xenofem/poop-graph">Source code</a> <a href="https://git.xeno.science/xenofem/poop-graph">Source code</a>
</div> </h5>
<div> <h5>
<h5>(c) 2022 xenofem, MIT License</h5> (c) 2022 xenofem, MIT License
</div> </h5>
</body> </body>
</html> </html>