We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e16ad commit 522b7c0Copy full SHA for 522b7c0
src/Components/Core/Presentation/React/ReactRelated/ReactEntryPoint/WelcomePage.tsx
@@ -10,7 +10,7 @@ import LearningWorldMenuButton from "~ReactComponents/WelcomePage/LearningWorldM
10
export default function WelcomePage() {
11
const { t: translate } = useTranslation("start");
12
return (
13
- <div className="relative grid h-[100svh] grid-cols-8 grid-rows-6 p-6 bg-gradient-to-br from-adlerbggradientfrom to-adlerbggradientto">
+ <div className=" relative grid h-[100svh] grid-cols-8 grid-rows-6 p-2 bg-gradient-to-br from-adlerbggradientfrom to-adlerbggradientto">
14
<img
15
className="absolute w-32 m-4 -bottom-3 -right-3 opacity-20"
16
src={logo}
0 commit comments