fix
parent
fd368c1798
commit
b9ade153d4
|
@ -18,7 +18,7 @@ const AboutUs = () => {
|
|||
Lorem ipsum dolor sit amet
|
||||
</p>
|
||||
|
||||
<p className="mb-0 text-base mt-5">
|
||||
<p className="mb-0 text-base mt-5 text-center lg:text-left">
|
||||
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
|
||||
Voluptates quas, exercitationem expedita libero hic necessitatibus
|
||||
et sed aliquam consequatur repellendus dolore, molestiae earum
|
||||
|
@ -35,14 +35,16 @@ const AboutUs = () => {
|
|||
odit, eligendi eius dolorem!
|
||||
</p>
|
||||
|
||||
<button className="btn btn-primary text-base py-3 px-10 ">
|
||||
{" "}
|
||||
Export
|
||||
</button>
|
||||
<button className="btn btn-primary text-base p-3 px-10">
|
||||
{" "}
|
||||
Industrial
|
||||
</button>
|
||||
<div className="flex gap-2 mx-auto mt-5 w-full justify-center lg:justify-end">
|
||||
<button className="btn btn-primary text-base py-3 px-10 ">
|
||||
{" "}
|
||||
Export
|
||||
</button>
|
||||
<button className="btn btn-primary text-base p-3 px-10">
|
||||
{" "}
|
||||
Industrial
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue