1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 23:55:35 -04:00

assume images should be centered for now

This commit is contained in:
2022-01-09 23:14:35 -05:00
parent 6436a34c59
commit f56006d627
14 changed files with 22 additions and 126 deletions

View File

@@ -37,7 +37,7 @@ const License = () => (
</p>
<hr />
<h2>Creative Commons Attribution 4.0 International Public License</h2>
<p className="center">
<p style={{ textAlign: "center" }}>
<a
className="no-underline"
href="https://creativecommons.org/licenses/by/4.0/"