Bug Fixes and Formatting Update

This commit is contained in:
2025-11-28 05:13:49 +00:00
parent c61cb39475
commit 88b068a2b5
18 changed files with 863 additions and 199 deletions

View File

@@ -48,6 +48,7 @@ code, pre, kbd, samp, .terminal, .mono, .prompt, .prompt-mini, .hero-title {
html {
scroll-behavior: smooth;
background: #1e1e2e; /* Fallback dark bg to prevent white flash on mobile */
}
body {
@@ -58,6 +59,8 @@ body {
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
min-height: 100vh;
min-height: 100dvh; /* Dynamic viewport height for mobile */
background: #1e1e2e; /* Fallback dark bg to prevent white flash on mobile */
}
/* Terminal font for code elements */