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

Alignment of footer adderess #33

Closed
wants to merge 1 commit into from

Conversation

anshkarwasra
Copy link

Related Issue

Closes #27
Type of Change

  • New Feature

  • Bug Fix

  • Code Refactor

  • Documentation Update

Description of Change
re-aligned the footer's contact section

Implementation Details
instead of grid made .row1 container a flex and set flex-direction: column and inserted logo and corresponding text in pair-wise 3 divs of classname .footerTxtWrapper and made them inline-flex element and used align-items:center property on them

@sasmitaditya13
Copy link
Collaborator

Attach a screenshot/working video of your change.

@anshkarwasra
Copy link
Author

anshkarwasra commented Dec 18, 2024

here is the screen shot
new

@sasmitaditya13
Copy link
Collaborator

Unable to view the screenshot

@nitininhouse
Copy link
Collaborator

@anshkarwasra check size of the icon from the figma file

Copy link
Collaborator

@Yash-g2310 Yash-g2310 left a comment

Choose a reason for hiding this comment

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

@anshkarwasra you have included the changes of your previous 2 pr's in this pr as well
please remove it
and also as visible from your screen shot that the logos don't match the figma please correct that as well
for any problem fell free to ask at discord

@anshkarwasra
Copy link
Author

fixed

Copy link
Collaborator

@Yash-g2310 Yash-g2310 left a comment

Choose a reason for hiding this comment

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

@anshkarwasra these are the changes required,
and here is the figma link

margin-left: 60px;
display: flex;
flex-direction: column;
gap: 10px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

you have to maintain overall gap of 36 b/w icons, since you have used 16 as margin, adjust it accordingly?

}

.abc {
display: flex;
justify-content: center;
border-radius: 50px;
font-size: 12px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

why? 12 px? see the figma file, size is something else

margin: 10px;
padding: 10px;
margin: 16px;
height: 50px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

both height and width are 48px, see figma

@anshkarwasra
Copy link
Author

Okay and sorry I didn't know how to access figma styles i tried to make by only looking at its design

@Yash-g2310
Copy link
Collaborator

@anshkarwasra no problem if you didn't had the figma link, it's available in the readme.md in the main directory
also have you done the changes that I mentioned, please do that so i can merge the code then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contacts in Footer not aligned properly
4 participants