File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default async function HubPage() {
9
9
}
10
10
11
11
return (
12
- < div className = "p-6 font-sans space-y-4" >
12
+ < div className = "font-sans space-y-4" >
13
13
< h2 className = "text-2xl font-bold mb-4" > Welcome, { session . user . name } !</ h2 >
14
14
< p className = "text-lg mb-2" > Here is your session data:</ p >
15
15
< pre className = "p-4 rounded-lg overflow-x-auto text-sm bg-card" >
Original file line number Diff line number Diff line change 95
95
96
96
@layer components {
97
97
.page-container {
98
- @apply container mx-auto px-4 sm:px-6 lg:px-8;
98
+ @apply container mx-auto px-4 sm:px-6 lg:px-8 py-5 ;
99
99
}
100
100
101
101
.gradient-text {
102
102
@apply bg-gradient-to-r from-pink-400 via-violet-700 to-pink-400 dark:from-pink-700 dark:via-violet-500 dark:to-pink-600 text-transparent bg-clip-text relative;
103
103
}
104
104
105
105
.gradient-background {
106
- @apply bg-gradient-to-br from-purple-600 via-violet-500 to-fuchsia-500 text-white;
106
+ @apply bg-gradient-to-br from-purple-600 via-violet-500 to-fuchsia-500 text-white;
107
107
background-size : 200% 200% ;
108
108
animation : gradientShift 15s ease infinite;
109
109
}
You can’t perform that action at this time.
0 commit comments