Skip to content

Commit

Permalink
FIx movile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
naticampiglia committed Feb 2, 2024
1 parent 37f8bf5 commit 0c34418
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions src/components/approach.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Approach = () => {
</h2>
</div>
<div className='grid lg:grid-cols-12 grid-cols-1 xl:gap-0 md:gap-0 gap-4 items-center relative'>
<div className='lg:col-span-4 relative md:col-span-4 h-full flex flex-col items-center mb-4 lg:pl-6 lg:pr-10'>
<div className='lg:col-span-4 relative md:col-span-4 flex flex-col items-center mb-4 lg:pl-6 lg:pr-10'>
<div className='dotted-line'></div>
<div className='image-circle mb-4'>
<FontAwesomeIcon icon={faClipboardList} className='icon' />
Expand All @@ -34,7 +34,7 @@ const Approach = () => {
effectiveness.
</p>
</div>
<div className='lg:col-span-4 relative md:col-span-4 h-full flex flex-col items-center mb-4 lg:pl-6 lg:pr-10'>
<div className='lg:col-span-4 relative md:col-span-4 flex flex-col items-center mb-4 lg:pl-6 lg:pr-10'>
<div className='dotted-line left'></div>
<div className='dotted-line'></div>
<div className='image-circle mb-4'>
Expand All @@ -50,7 +50,7 @@ const Approach = () => {
hassle-free implementation.
</p>
</div>
<div className='lg:col-span-4 relative md:col-span-4 h-full flex flex-col items-center mb-4 lg:pl-6 lg:pr-10'>
<div className='lg:col-span-4 relative md:col-span-4 flex flex-col items-center mb-4 lg:pl-6 lg:pr-10'>
<div className='dotted-line left'></div>
<div className='image-circle mb-4'>
<FontAwesomeIcon
Expand Down
6 changes: 3 additions & 3 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ const Footer = () => {
<div className='container mx-auto'>
<div className='flex flex-col md:py-20 pt-12 pb-24 md:gap-24 gap-16 relative'>
<div className='grid lg:grid-cols-12 md:grid-cols-12 sm:grid-cols-12 xl:gap-8 gap-4 items-center relative'>
<div className=' sm:col-span-4 h-full flex flex-col items-center'>
<div className=' sm:col-span-4 flex flex-col items-center'>
<p className='text-body-lg font-medium'>Company</p>
<p className='text-body-sm text-neutral-300'>About</p>
<p className='text-body-sm text-neutral-300'>Jobs</p>
<p className='text-body-sm text-neutral-300'>Contact</p>
</div>

<div className=' sm:col-span-4 h-full flex flex-col items-center'>
<div className=' sm:col-span-4 flex flex-col items-center'>
<p className='text-body-lg font-medium'>Legal</p>
<p className='text-body-sm text-neutral-300'>Cookies Policy</p>
<p className='text-body-sm text-neutral-300'>
Terms & Conditions
</p>
</div>
<div className=' sm:col-span-4 h-full flex flex-col items-center'>
<div className=' sm:col-span-4 flex flex-col items-center'>
<p className='text-body-lg font-medium'>Follow us</p>
<p className='text-body-sm text-neutral-300'>LinkedIn</p>
<p className='text-body-sm text-neutral-300'>Twitter</p>
Expand Down
10 changes: 5 additions & 5 deletions src/components/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ const Metrics = () => {
<div id='#metrics' className='metrics-container container-border-bottom'>
<div className='container mx-auto'>
<div className='flex flex-col relative md:py-20 py-16'>
<div className='grid lg:grid-cols-12 md:grid-cols-6 grid-cols-1 xl:gap-8 gap-8 items-center relative'>
<div className='lg:col-span-3 md:col-span-3 h-full flex flex-col items-start xl:pl-4 lg:pl-4 md:pl-4 pl-4 border-l-2 border-primary-600'>
<div className='grid lg:grid-cols-12 md:grid-cols-6 grid-cols-1 gap-8 items-center relative'>
<div className='lg:col-span-3 md:col-span-3 md:h-full flex flex-col items-start xl:pl-4 lg:pl-4 md:pl-4 pl-4 border-l-2 border-primary-600'>
<h2 className='lg:text-4xl text-display-md font-semibold'>
€200 billion
</h2>
<p className='text-body-md font-normal text-neutral-600'>
Lost annually due to energy inefficiencies
</p>
</div>
<div className='lg:col-span-3 md:col-span-3 h-full flex flex-col items-start xl:pl-4 lg:pl-4 md:pl-4 pl-4 border-l-2 border-primary-600'>
<div className='lg:col-span-3 md:col-span-3 md:h-full flex flex-col items-start xl:pl-4 lg:pl-4 md:pl-4 pl-4 border-l-2 border-primary-600'>
<h2 className='lg:text-4xl text-display-md font-semibold'>36%</h2>
<p className='text-body-md font-normal text-neutral-600'>
Amount of global energy used by commercial buildings
</p>
</div>
<div className='lg:col-span-3 md:col-span-3 h-full flex flex-col items-start xl:pl-4 lg:pl-4 md:pl-4 pl-4 border-l-2 border-primary-600'>
<div className='lg:col-span-3 md:col-span-3 md:h-full flex flex-col items-start xl:pl-4 lg:pl-4 md:pl-4 pl-4 border-l-2 border-primary-600'>
<h2 className='lg:text-4xl text-display-md font-semibold'>97</h2>
<p className='text-body-md font-normal text-neutral-600'>
Dedicated Members
</p>
</div>
<div className='lg:col-span-3 md:col-span-3 h-full flex flex-col items-start xl:pl-4 lg:pl-4 md:pl-4 pl-4 border-l-2 border-primary-600'>
<div className='lg:col-span-3 md:col-span-3 md:h-full flex flex-col items-start xl:pl-4 lg:pl-4 md:pl-4 pl-4 border-l-2 border-primary-600'>
<h2 className='lg:text-4xl text-display-md font-semibold'>30%</h2>
<p className='text-body-md font-normal text-neutral-600'>
Of energy consumed by enterprises that is wasted
Expand Down
8 changes: 4 additions & 4 deletions src/components/powered-by.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const PoweredBy = () => {
</div>
<div className='lg:col-span-7 flex flex-col'>
<div className='grid lg:grid-cols-12 md:grid-cols-12 grid-cols-1 gap-10 items-center relative'>
<div className='lg:col-span-6 relative md:col-span-6 h-full flex flex-row pl-14'>
<div className='lg:col-span-6 relative md:col-span-6 md:h-full flex flex-row pl-14'>
<FontAwesomeIcon icon={faSensorCloud} className='icon mr-4' />
<div className='text'>
<h2 className='lg:text-4xl text-display-xs font-semibold mb-1'>
Expand All @@ -35,7 +35,7 @@ const PoweredBy = () => {
</p>
</div>
</div>
<div className='lg:col-span-6 relative md:col-span-6 h-full flex flex-row pl-14'>
<div className='lg:col-span-6 relative md:col-span-6 md:h-full flex flex-row pl-14'>
<FontAwesomeIcon icon={faChartMixed} className='icon mr-4' />
<div className='text'>
<h2 className='lg:text-4xl text-display-xs font-semibold mb-1'>
Expand All @@ -47,7 +47,7 @@ const PoweredBy = () => {
</div>
</div>

<div className='lg:col-span-6 relative md:col-span-6 h-full flex flex-row pl-14'>
<div className='lg:col-span-6 relative md:col-span-6 md:h-full flex flex-row pl-14'>
<FontAwesomeIcon icon={faPlug} className='icon mr-4' />
<div className='text'>
<h2 className='lg:text-4xl text-display-xs font-semibold mb-1'>
Expand All @@ -59,7 +59,7 @@ const PoweredBy = () => {
</div>
</div>

<div className='lg:col-span-6 relative md:col-span-6 h-full flex flex-row pl-14'>
<div className='lg:col-span-6 relative md:col-span-6 md:h-full flex flex-row pl-14'>
<FontAwesomeIcon icon={faEarthEurope} className='icon mr-4' />
<div className='text'>
<h2 className='lg:text-4xl text-display-xs font-semibold mb-1'>
Expand Down
6 changes: 3 additions & 3 deletions src/components/solutions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Solutions = () => {
</h2>
</div>
<div className='grid lg:grid-cols-12 grid-cols-1 gap-8 items-center relative'>
<div className='lg:col-span-4 md:col-span-4 h-full flex flex-col items-center'>
<div className='lg:col-span-4 md:col-span-4 md:h-full flex flex-col items-center'>
<FontAwesomeIcon icon={faMeterBolt} className='icon mb-6' />
<h2 className='lg:text-4xl text-display-xs font-semibold text-center pb-2'>
Connect Any Meter
Expand All @@ -30,7 +30,7 @@ const Solutions = () => {
monitoring.
</p>
</div>
<div className='lg:col-span-4 md:col-span-4 h-full flex flex-col items-center'>
<div className='lg:col-span-4 md:col-span-4 md:h-full flex flex-col items-center'>
<FontAwesomeIcon icon={faRouter} className='icon mb-6' />
<h2 className='lg:text-4xl text-display-xs font-semibold text-center pb-2'>
Advanced Wireless Networks
Expand All @@ -42,7 +42,7 @@ const Solutions = () => {
operational environments.
</p>
</div>
<div className='lg:col-span-4 md:col-span-4 h-full flex flex-col items-center'>
<div className='lg:col-span-4 md:col-span-4 md:h-full flex flex-col items-center'>
<FontAwesomeIcon icon={faBrainCircuit} className='icon mb-6' />
<h2 className='lg:text-4xl text-display-xs font-semibold text-center pb-2'>
State-of-the-Art Cloud Analytics
Expand Down

0 comments on commit 0c34418

Please sign in to comment.