Skip to content

Commit 522b7c0

Browse files
committed
Adjusted padding on welcome screen.
1 parent c4e16ad commit 522b7c0

File tree

1 file changed

+1
-1
lines changed
  • src/Components/Core/Presentation/React/ReactRelated/ReactEntryPoint

1 file changed

+1
-1
lines changed

src/Components/Core/Presentation/React/ReactRelated/ReactEntryPoint/WelcomePage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import LearningWorldMenuButton from "~ReactComponents/WelcomePage/LearningWorldM
1010
export default function WelcomePage() {
1111
const { t: translate } = useTranslation("start");
1212
return (
13-
<div className="relative grid h-[100svh] grid-cols-8 grid-rows-6 p-6 bg-gradient-to-br from-adlerbggradientfrom to-adlerbggradientto">
13+
<div className=" relative grid h-[100svh] grid-cols-8 grid-rows-6 p-2 bg-gradient-to-br from-adlerbggradientfrom to-adlerbggradientto">
1414
<img
1515
className="absolute w-32 m-4 -bottom-3 -right-3 opacity-20"
1616
src={logo}

0 commit comments

Comments
 (0)