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 <[email protected]> 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>
