Bug Fixes and Formatting Update
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user