Skip to content

Commit

Permalink
hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
parteekcoder committed Jan 19, 2024
1 parent 1bd0447 commit af3dd9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero/HeroSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ function HeroSection() {

return (
<div
className="relative w-full h-[1972px] bg-cover overflow-y-auto"
style={{ backgroundImage: `url(${HeroSectionImg.src})` }}
className="relative w-full h-[2450px] no-repeat bg-cover bg-center"
style={{ backgroundImage: `url(${HeroSectionImg.src})`, }}
>
<div className="flex flex-col justify-center items-center relative top-[6rem]">
<div className="flex relative py-8">
Expand Down
8 changes: 2 additions & 6 deletions src/styles/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,14 +437,10 @@ nav.navbar {
.heaven
{
display: flex;
width: 380px;
padding: 21px 18px;
padding: 15px 15px;
justify-content: space-between;
align-items: center;

position: relative;
top:0.5rem;
right: 1%;

}
@media (max-width: 900px) {
.regist{
Expand Down

0 comments on commit af3dd9d

Please sign in to comment.