updated mobile view
This commit is contained in:
@@ -221,8 +221,8 @@ export default function WhatWeDo({ isLoaded = false }: WhatWeDoProps) {
|
||||
id="what-we-do"
|
||||
className="relative bg-[#0D0D0D] !pt-32 sm:!pt-40 md:!pt-44 pb-24 md:pb-32 px-6 md:px-12 xl:px-16 overflow-hidden select-none"
|
||||
style={{
|
||||
width: 'calc(100% - 40px)',
|
||||
margin: '0 20px 20px',
|
||||
width: 'calc(100% - (var(--sec-gutter) * 2))',
|
||||
margin: '0 var(--sec-gutter) var(--sec-gap)',
|
||||
borderRadius: 32,
|
||||
zIndex: 2,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user