-
Notifications
You must be signed in to change notification settings - Fork 6
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
implemented designs for application process section #231
base: main
Are you sure you want to change the base?
Conversation
Have to fix merge issues, will be done later. |
Can you add your components to a ForStudents directory in the components folder? Can you also group the StudentsHero component into it as well and update the imports? |
Small comment for future reference. You are supposed to name your branch in the following format:
|
|
||
export default function ApplicationProcess({ comp }) { | ||
return ( | ||
<section className="flex flex-col items-center px-12 pb-12 max-lg:px-12 max-md:w-full max-md:px-4"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are talking about the weird spacing between the Our Teams and Application Process sections, it's because the component/element before it has a large padding at the bottom. Although I didn't make that component, would you like me to adjust the padding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a commit fixing the bottom padding of the abovementioned component, though the extra space can also be attributed to its weird height. I talked to Christian yesterday and it should be okay for now, just wanted to check if the spacing is also okay for you now.
#216
Implemented new designs for the application process section and internal teams sections.