aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/creator_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-30 23:35:05 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-30 23:35:05 -0700
commit7233c2b12ada5cccda0a30fd74d127df711aa279 (patch)
tree275226c9dd1c34f5a72184de961a116f41587653 /python/fatcat/templates/creator_view.html
parent5e2fecf4b81a878ec4321cdd85d6a594e94c1eb2 (diff)
downloadfatcat-7233c2b12ada5cccda0a30fd74d127df711aa279.tar.gz
fatcat-7233c2b12ada5cccda0a30fd74d127df711aa279.zip
larger font (slightly)
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 %}