Remove scroll

This commit is contained in:
KMKoushik
2024-05-16 07:36:42 +10:00
parent 3df022f6b2
commit 0c2155cfff

View File

@@ -384,7 +384,7 @@ export default function Home() {
{ language: "python", code: pythonCode },
{ language: "curl", code: cUrl },
]}
codeClassName="h-[55vh] "
codeClassName="h-[500px] "
/>
</div>
{/* </motion.div> */}