davideisinger.com

My personal website
Log | Files | Refs | README

commit 6ae9ebfc64066797097d99dda75ed26c448ea748
parent 8b86962a556ade6288c32c34752d7faa65c70a04
Author: David Eisinger <[email protected]>
Date:   Thu, 26 Oct 2023 14:53:00 -0400

attempt fix font sizing issue

https://stackoverflow.com/a/5785652

Diffstat:
Mthemes/v2/assets/css/style.scss | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -9,6 +9,7 @@ body { @media only screen and (max-width: 600px) { body { + -webkit-text-size-adjust: 100%; padding: 10px; } }