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
7 changes: 6 additions & 1 deletion src/components/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ import { Link } from 'react-router-dom';
const Intro = () => {
return (
<>
<div className="m-auto max-w-6xl p-2 md:p-12 h-5/6" id='about' >
<div
className="m-auto max-w-6xl p-2 md:p-12 pt-[120px] mt-54 scroll-mt-[100px]"
id="about"
>



<div className="flex flex-col-reverse lg:flex-row py-8 justify-between lg:text-left" data-aos="fade-up">
<div className="lg:w-1/2 flex flex-col lg:mx-4 justify-center">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Services.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import img4 from '../images/consultation.svg';
const Services = () => {

return (
<div id="services" className="bg-gray-100 py-12" >
<div id="services" className="bg-gray-100 py-12 mt-16 pt-24 -mt-24">
<section data-aos="zoom-in-down">
<div className="my-4 py-4">
<h2 className="my-2 text-center text-3xl text-blue-900 uppercase font-bold">services</h2>
Expand Down