Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/landing-page/Any/any.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Link } from 'react-router-dom'
<section className='any-sect'>
<h4 className="be">Create avatars of more than 20 styles with zuvatar</h4>
<p>
Upload 10 - 20 images and generate avatars on the go. We’ll train the AI model to generate avatars that look just like you in any style you want.
Upload 5 - 20 images and generate avatars on the go. We’ll train the AI model to generate avatars that look just like you in any style you want.
</p>
{/* <button className='button-bat'>
<Link to='/Signup'>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/landing-page/main/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
padding: 0 2rem;
}
}
/* @media only screen and (min-width: 2000px) {
@media only screen and (min-width: 2000px) {
.main-ony{
display: flex;
justify-content: center;
Expand All @@ -83,5 +83,5 @@
display: flex;
justify-content: center;
}
} */
}

4 changes: 0 additions & 4 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@
padding: 0px;
box-sizing: border-box;
font-family: 'Nunito';
}
#root{
max-width: 1440px;
margin: auto;
}