Skip to content

Commit

Permalink
change how we work background position and set to 100vw
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Feb 10, 2024
1 parent 24befef commit b6bbaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/HowWeWork/HowWeWork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sandImage from './../../public/images/sand.jpg'

const HowWeWork = () => {
return (
<section id='how_we_work' className='max-container padding-container py-10'>
<div className="bg-cover bg-no-repeat bg-center p-8 rounded-3xl" style={{ backgroundImage: `url(${sandImage.src})` }}>
<section id='how_we_work' className="py-12 bg-cover bg-no-repeat bg-center p-8" style={{ backgroundImage: `url(${sandImage.src})` }}>
<div className="max-container">
<h1 className='flex flexCenter bg-opacity-50 bg-white p-8 rounded-3xl text-black font-bold mb-4 lg:m-10 regular-24 xl:regular-40'>How We Work</h1>
<p className='flex flexCenter bg-opacity-50 bg-white p-8 rounded-3xl text-black mb-4 lg:m-10'>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam, minus. Natus iusto, alias nemo nobis exercitationem et, assumenda molestias illum sunt laudantium corrupti ut accusamus, debitis rem! Maxime, minima. Dolores!
Quaerat culpa eos similique, illo, libero soluta quo ab nostrum non natus rem? Saepe sapiente debitis perferendis, distinctio voluptas facilis maiores harum culpa ea, illum dolores aliquam sunt voluptate. Qui!
Expand Down

0 comments on commit b6bbaf4

Please sign in to comment.