Increase font size.

This commit is contained in:
2026-05-16 05:51:53 +00:00
parent b80e8faf6a
commit fb92f3e89f
+3 -3
View File
@@ -1,7 +1,7 @@
// Typography configuration for typewriter text display // Typography configuration for typewriter text display
$font-size-desktop: 1.5rem; // Base font size for desktop viewports $font-size-desktop: 1.6rem; // Base font size for desktop viewports
$font-size-mobile: 1.2rem; // Reduced font size for mobile devices $font-size-mobile: 1.3rem; // Reduced font size for mobile devices
$line-height: 1.6; // Line height multiplier for optimal readability $line-height: 2; // Line height multiplier for optimal readability
// Responsive container width settings across device breakpoints // Responsive container width settings across device breakpoints
$width-desktop: 50vw; // Container width for desktop screens (60% viewport width) $width-desktop: 50vw; // Container width for desktop screens (60% viewport width)