Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Monjur14 committed Sep 13, 2023
1 parent f8aea25 commit 8177002
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/components/Chef/Chef.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,12 @@
font-size: 2rem;
margin-bottom: 3px;
}
}
@media (0px < width <= 420px) {
.chef__info_top h1{
font-size: 2rem;
}
.chef__info__second{
margin-top: -10px;
}
}
2 changes: 1 addition & 1 deletion src/components/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
.section__padding{
padding-top: 1.5rem;
}
}
}
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Header = () => {
<button className='custom__button'>Explore</button>
</div>
<div className='app__wrapper_img'>
<img src={welcome} alt="" />
<img src={welcome} alt="" className='img1'/>
</div>
</div>
)
Expand Down

0 comments on commit 8177002

Please sign in to comment.