You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/20 21:27:24 UTC

[petri-site] branch master updated: Try a slightly larger rem value

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

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ec4c5e  Try a slightly larger rem value
0ec4c5e is described below

commit 0ec4c5e016f61312012f1ad22763d326f9962db3
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Sat Mar 20 14:27:17 2021 -0700

    Try a slightly larger rem value
---
 theme/apache/templates/base.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 9c01fbb..16b1bb7 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -69,6 +69,9 @@
       href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
       crossorigin="anonymous">
     <style>
+html {
+  font-size: 18px;
+}
 .markdown-body {
   box-sizing: border-box;
   min-width: 200px;