Skip to content

Commit 803a471

Browse files
committed
Change rem to px
1 parent eb70fcc commit 803a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/AboutEvent.jsx

+1-1
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-[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">
5+
<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">
66
<span className="text-[2.2rem]">
77
About{" "}
88
<em>

0 commit comments

Comments
 (0)