Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

combined components in course folder #46

Merged
merged 2 commits into from
Nov 10, 2024
Merged

Conversation

kye019
Copy link
Collaborator

@kye019 kye019 commented Nov 4, 2024

Screenshot 2024-11-04 at 2 35 03 AM

@kye019 kye019 self-assigned this Nov 4, 2024
@kye019 kye019 linked an issue Nov 4, 2024 that may be closed by this pull request
@@ -4,7 +4,7 @@ interface CourseNameProps {

const Name = ({ children }: CourseNameProps) => {
return (
<div className="font-Malayalam rounded-2xl bg-devstation-cyan-100 py-4 text-center text-6xl text-white">
<div className="font-Malayalam w-[65vw] rounded-2xl bg-devstation-cyan-100 p-[2vw] text-center text-[4vw] text-white">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can just use w-3/5 and padding shouldn't be 2vw

@@ -1,6 +1,6 @@
const ShortCourseDescription = () => {
return (
<div className="mx-auto flex w-[90vw] flex-col items-center rounded-2xl bg-devstation-cyan-100 p-[5vw] text-center">
<div className="mx-auto flex w-[75vw] flex-col items-center rounded-2xl bg-devstation-cyan-100 p-[5vw] text-center">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w-3/4

@shahdivyank shahdivyank merged commit a4b1e61 into dev Nov 10, 2024
5 checks passed
@shahdivyank shahdivyank deleted the kye019/combine_components branch November 10, 2024 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

combine components
2 participants