Skip to content

Commit 4be1d43

Browse files
authored
Merge pull request #83 from Mooenz/fix/scrollX
fix: ajustar clases de ancho en Layout y index para mejorar la presen…
2 parents f4350f5 + e5ff1ea commit 4be1d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const { title } = Astro.props
4545
</script>
4646
</head>
4747
<body
48-
class='relative h-fit w-fit bg-white text-slate-900 transition-colors duration-300 dark:bg-[#050505] dark:text-slate-50'
48+
class='relative h-fit w-full bg-white text-slate-900 transition-colors duration-300 dark:bg-[#050505] dark:text-slate-50'
4949
>
5050
<slot />
5151
</body>

web/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const packageManagers = [
8080
>
8181
<wc-toast class='pointer-events-none fixed inset-0 z-50'></wc-toast>
8282

83-
<main class='mx-auto max-w-6xl min-w-screen pt-16'>
83+
<main class='mx-auto max-w-6xl w-full pt-16'>
8484
<header class='relative z-10 mx-auto mb-20 max-w-6xl px-4 lg:px-8'>
8585
<div
8686
class='absolute top-6 right-6 z-50 flex w-fit items-center gap-4 lg:fixed'

0 commit comments

Comments
 (0)