You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2021/05/19 01:43:36 UTC

[incubator-annotator-website] 01/03: Increase base font size

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git

commit 1d10ad99ecf889a53e532b058452f1bb29c9b9c1
Author: Randall Leeds <ra...@bleeds.info>
AuthorDate: Sun May 16 15:31:59 2021 -0700

    Increase base font size
---
 src/_layouts/default.hbs | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/_layouts/default.hbs b/src/_layouts/default.hbs
index b5d039f..8fff6dd 100644
--- a/src/_layouts/default.hbs
+++ b/src/_layouts/default.hbs
@@ -34,6 +34,11 @@
     {{/extra_head_stuff}}
 
     <link rel="stylesheet" href="//semantic-ui.com/dist/semantic.min.css" />
+    <style>
+      html {
+        font-size: 17px;
+      }
+    </style>
   </head>
 
   <body>