Restore user-defined styling for hermit-v2.

This commit is contained in:
2026-04-19 18:46:28 +02:00
parent 410311afac
commit 96642a72b4
2 changed files with 9 additions and 65 deletions
+9
View File
@@ -0,0 +1,9 @@
// 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
// Responsive container width settings across device breakpoints
$width-desktop: 50vw; // Container width for desktop screens (60% viewport width)
$width-tablet: 70vw; // Container width for tablet screens (70% viewport width)
$width-mobile: 80vw; // Container width for mobile screens (80% viewport width)