aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/creator_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat/templates/creator_view.html')
-rw-r--r--python/fatcat/templates/creator_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat/templates/creator_view.html b/python/fatcat/templates/creator_view.html
index a8a7cf51..91c0ee52 100644
--- a/python/fatcat/templates/creator_view.html
+++ b/python/fatcat/templates/creator_view.html
@@ -11,7 +11,7 @@
<div class="ui stackable mobile reversed grid centered">
<div class="one wide column"></div>
-<div class="ten wide column">
+<div class="ten wide column" style="font-size: 16px;">
<p><b>Given ("first") name:</b>
{% if creator.given_name != None %}{{ creator.given_name}}{% else %}<i>None or unknown</i>{% endif %}