We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb70fcc commit 803a471Copy full SHA for 803a471
src/Components/AboutEvent.jsx
@@ -2,7 +2,7 @@ import { Blockquote } from "@mantine/core";
2
import React from "react";
3
export default function AboutEvent() {
4
return (
5
- <div className="relative shadow-xl min-h-[55rem] md:min-h-[42rem] md:w-[95%] lg:w-[90%] xl:w-[65%] w-[90%] mx-auto md:ml-auto md:mr-0 bg-[#1e1e1e] p-8">
+ <div className="relative shadow-xl min-h-[925px] md:min-h-[42rem] md:w-[95%] lg:w-[90%] xl:w-[65%] w-[90%] mx-auto md:ml-auto md:mr-0 bg-[#1e1e1e] p-8">
6
<span className="text-[2.2rem]">
7
About{" "}
8
<em>
0 commit comments