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

Margin and Spacing Fix #70

Merged
merged 4 commits into from
Feb 10, 2025
Merged

Margin and Spacing Fix #70

merged 4 commits into from
Feb 10, 2025

Conversation

yubinzhen
Copy link
Collaborator

No description provided.

@yubinzhen yubinzhen self-assigned this Feb 9, 2025
@yubinzhen yubinzhen linked an issue Feb 9, 2025 that may be closed by this pull request
@@ -2,14 +2,14 @@ import React from "react";

const Professionals = () => {
return (
<div className="mt-4 flex w-5/6 flex-col items-center font-sans">
<div className="mt-4 flex flex-col items-center px-20">
Copy link
Contributor

Choose a reason for hiding this comment

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

I think there is a better way align them all which involve using w-11/12 or w-4/5 or one another fraction with a ~p-5. Try and find what looks best but this will make responsive much easier to adjust for different screen sizes

Yubin Zhen added 2 commits February 9, 2025 18:02
@stormyy00 stormyy00 merged commit d76446b into dev Feb 10, 2025
5 checks passed
@stormyy00 stormyy00 deleted the yubinzhen/marginAndSpacingFix branch February 10, 2025 02:31
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.

Margin and spacing fix
2 participants