Skip to content

About page added #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

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Conversation

UtkarshGoelUT
Copy link

No description provided.

Copy link
Collaborator

@goyalritesh21 goyalritesh21 left a comment

Choose a reason for hiding this comment

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

Make changes in styles.

Comment on lines 42 to 56
<div className="Home">
{/* Navtab*/}
<Router>
<Tabs
indicatorColor="primary"
textColor="primary"
className="tabs fadeInUp"
style={{ animationDelay: "1.2s" }}
>
{data.map(RenderTab)};
</Tabs>
{/* Router*/}
<Route path="/about/:id" component={Comp} />
</Router>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Tabs overlapping with header and footer.
Also, they are not centered properly.
Incomplete tabs rendered on phone.

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.

2 participants