Skip to content

Commit 3da24c3

Browse files
committed
Fix aboutEvent responsive
1 parent 1a24789 commit 3da24c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/AboutEvent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Blockquote } from "@mantine/core";
22
import React from "react";
33
export default function AboutEvent() {
44
return (
5-
<div className="relative shadow-xl min-h-[30rem] md:w-[95%] lg:w-[90%] xl:w-[65%] w-[90%] mx-auto md:ml-auto md:mr-0 bg-[#1e1e1e] p-8">
5+
<div className="relative shadow-xl min-h-[45rem] md:w-[95%] lg:w-[90%] xl:w-[65%] w-[90%] mx-auto md:ml-auto md:mr-0 bg-[#1e1e1e] p-8">
66
<span className="text-[2.2rem]">About <em><span className="text-[#9333ea] font-mono" >initialize</span><span className="font-mono">();</span></em></span>
77
<div className="mt-2">
88
<span>

0 commit comments

Comments
 (0)