Files
blog/assets/scss/_userstyles.scss
T
daniel e57c4aa403
Build and Deploy / build-and-deploy (push) Failing after 8s
Use modules, new layout, and hugo_cookie_consent.
2026-06-14 23:16:20 +02:00

12 lines
690 B
SCSS

// Typography configuration for typewriter text display
$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)
$width-tablet: 70vw; // Container width for tablet screens (70% viewport width)
$width-mobile: 80vw; // Container width for mobile screens (80% viewport width)
@import "hugo_cookie_consent/style";