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; +}