Skip to content

Commit

Permalink
💄 style(home-section): title animation and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinmoepaing committed Oct 14, 2023
1 parent 726061c commit 7584948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MSE/HomeSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const HomeSection = () => {
{title.map((title, index) => (
<motion.h2
key={`${title}_hero_title`}
className={cn("mb-5 w-8/12 -rotate-[8deg]")}
className={cn("mb-5 pl-8 lg:w-8/12 lg:-rotate-[8deg]")}
>
<AnimateText text={title} />
</motion.h2>
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Mdx.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { cn } from "@/lib/utils";
import { cn } from "@/utils";
import { useMDXComponent } from "next-contentlayer/hooks";
import React from "react";

Expand Down

0 comments on commit 7584948

Please sign in to comment.