From a3fdfcec404e915ee9236aa61829c833ad2f6469 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Fri, 22 Jan 2021 23:59:19 +0000 Subject: [PATCH] web/quotes: increase root font size --- web/quotes/templates/base.html | 2 +- web/quotes/theme/static_src/src/styles.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/quotes/templates/base.html b/web/quotes/templates/base.html index a6304a6715..89169322e2 100644 --- a/web/quotes/templates/base.html +++ b/web/quotes/templates/base.html @@ -11,7 +11,7 @@ - +
diff --git a/web/quotes/theme/static_src/src/styles.scss b/web/quotes/theme/static_src/src/styles.scss index b5c61c9567..d366b851df 100644 --- a/web/quotes/theme/static_src/src/styles.scss +++ b/web/quotes/theme/static_src/src/styles.scss @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; @tailwind utilities; + +html { + font-size: 13pt; +}