We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d83a7 commit dd45b1eCopy full SHA for dd45b1e
web/src/components/Projects.astro
@@ -107,7 +107,9 @@ const PROJECTS = [
107
)
108
})
109
}
110
- <article class="relative items-center text-black rounded-lg bg-purple-50">
+ <article
111
+ class="min-h-60 relative items-center text-black rounded-lg bg-purple-50"
112
+ >
113
<a
114
href="https://twitch.tv/midudev"
115
class="group hover:scale-110 transition flex justify-center flex-col h-full items-center font-semibold text-purple-700 text-center text-xl"
web/src/layouts/Layout.astro
@@ -19,7 +19,7 @@ const { title } = Astro.props
19
<title>{title}</title>
20
<ViewTransitions />
21
</head>
22
- <body>
+ <body class="px-8">
23
<slot />
24
<style is:global>
25
html {
0 commit comments