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

Loading…
Cancel
Save