From fb92f3e89fa20ebfcde29548ddff2a07ba665878 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 16 May 2026 05:51:53 +0000 Subject: [PATCH] Increase font size. --- assets/scss/_userstyles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/scss/_userstyles.scss b/assets/scss/_userstyles.scss index 078bcb3..8c603cf 100644 --- a/assets/scss/_userstyles.scss +++ b/assets/scss/_userstyles.scss @@ -1,7 +1,7 @@ // Typography configuration for typewriter text display -$font-size-desktop: 1.5rem; // Base font size for desktop viewports -$font-size-mobile: 1.2rem; // Reduced font size for mobile devices -$line-height: 1.6; // Line height multiplier for optimal readability +$font-size-desktop: 1.6rem; // Base font size for desktop viewports +$font-size-mobile: 1.3rem; // Reduced font size for mobile devices +$line-height: 2; // Line height multiplier for optimal readability // Responsive container width settings across device breakpoints $width-desktop: 50vw; // Container width for desktop screens (60% viewport width)