File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ function App() {
4545 key = { route . label }
4646 />
4747 ) ) }
48- </ Routes >
49- < Footer />
48+ </ Routes >
49+ < Footer />
5050 </ Router >
5151 ) }
5252 </ AnimatePresence >
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ export default function AboutSection() {
159159 < section className = "relative min-h-fit bg-background-dark text-white py-12 md:px-6 lg:px-12 overflow-hidden" >
160160 < div className = "absolute top-4 -left-1 w-8 h-8 bg-white rounded-full opacity-100" />
161161 < div className = "absolute -top-2 right-20 w-20 h-20 bg-primary-dark rounded-full opacity-100 z-10" />
162- < div className = "max-w-full mx-auto relative z-20" >
162+ < div className = "max-w-full mx-auto relative z-20 px-4 md:px-0 " >
163163 < h1
164164 className = "text-secondary-dark shadow-black font-poppins font-extrabold text-4xl md:text-6xl lg:text-8xl mb-12 relative z-20"
165165 style = { {
@@ -186,7 +186,7 @@ export default function AboutSection() {
186186 < Link to = "/about-us" >
187187 < button
188188 type = "button"
189- className = "absolute -bottom-6 right-0 text-xl underline text-primary hover:text-text-light transition-colors"
189+ className = "float-right mt-6 text-xl underline text-primary hover:text-primary-dark transition-colors"
190190 >
191191 Know More
192192 </ button >
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ function EventsHighlight() {
9292 < div
9393 key = { image . key }
9494 className = { `relative h-[50vh] flex items-center justify-center ${
95- image . side === "left" ? "ml-24" : "mr-24"
95+ image . side === "left" ? "ml-12 md:ml- 24" : "mr-12 md: mr-24"
9696 } `}
9797 >
9898 < div
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ function Home() {
3434 < div className = "flex-grow mx-auto pr-5 pl-5 space-x-30 py-8" >
3535 < Heading
3636 text = "MEET OUR TEAM"
37- className = "text-center absolute top-0 left-0 right-0 mb-24 "
37+ className = "text-center absolute top-0 left-0 right-0"
3838 />
39- < div className = "flex flex-row flex-wrap gap-16 justify-center items-center mt-12" >
39+ < div className = "flex flex-row flex-wrap gap-8 md:gap- 16 justify-center items-center mt-12" >
4040 { teamMembersData . slice ( 0 , 3 ) . map ( ( member ) => (
4141 < TeamMember key = { member . name } member = { member } />
4242 ) ) }
You can’t perform that action at this time.
0 commit comments