update src/components/MiniComponents/OfferSection/index.js

master
mahdi 3 years ago
parent 3e8194ec9f
commit e2ebfac5aa
  1. 4
      src/components/MiniComponents/OfferSection/index.js

@ -5,8 +5,8 @@ const OfferSection = () => {
return ( return (
<div className="w-full flex flex-row items-center justify-between"> <div className="w-full flex flex-row items-center justify-between">
<button <button
className="bg-red-400 text-xs py-2 pr-2 pl-7" className="bg-red-400 text-xs py-2 pr-2 pl-5"
style={{ clipPath: "polygon(37% 0, 100% 0%, 100% 99%, 0% 100%)" }} style={{ clipPath: "polygon(24% 0, 100% 0%, 100% 99%, 0% 100%)" }}
> >
mahdi mahdi
</button> </button>

Loading…
Cancel
Save