diff options
| -rw-r--r-- | src/pages/index.astro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 79d81df..1ce438f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,10 +17,13 @@ import Shadow from '../components/Shadow.astro' .container { position: relative; margin: auto; + padding: 0.3125rem; max-width: 600px; width: 90%; height: 100vh; overflow: hidden; + scrollbar-width: 8px; + scrollbar-color: var(--zinc-900) var(--zinc-950) } </style> |
