Skip to content

Commit

Permalink
made corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kye019 committed Nov 6, 2024
1 parent 87703ec commit 7350303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/course/name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interface CourseNameProps {

const Name = ({ children }: CourseNameProps) => {
return (
<div className="font-Malayalam w-[65vw] rounded-2xl bg-devstation-cyan-100 p-[2vw] text-center text-[4vw] text-white">
<div className="font-Malayalam w-3/5 rounded-2xl bg-devstation-cyan-100 p-4 text-center text-[4vw] text-white">
{children}
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/course/short_course_description.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ShortCourseDescription = () => {
return (
<div className="mx-auto flex w-[75vw] flex-col items-center rounded-2xl bg-devstation-cyan-100 p-[5vw] text-center">
<div className="mx-auto flex w-3/4 flex-col items-center rounded-2xl bg-devstation-cyan-100 p-[5vw] text-center">
<div className="w-[32vw] text-[2vw] text-devstation-yellow-200">
About Course Area lorem ipsum lorem ipsum orem ipsum lorem ipsum lorem
ipsum orem ipsum lorem ipsum
Expand Down

0 comments on commit 7350303

Please sign in to comment.