Skip to content

Commit

Permalink
fix(haqq-website): proper padding fail/success buy pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hadzhehsen committed Oct 31, 2023
1 parent 5b31a30 commit 3efbd39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function FailBuyPage() {
return (
<section>
<PageTitle title="Buy crypto" />
<div className="bg-haqq-black flex flex-col items-center px-[16px] py-[48px] text-center sm:px-[63px] md:py-[68px] lg:px-[79px] lg:py-[100px]">
<div className="bg-haqq-black flex flex-col items-center px-[48px] py-[160px] text-center sm:px-[63px] lg:px-[79px]">
<svg
width="38"
height="38"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function SuccessBuyPage() {
return (
<section>
<PageTitle title="Buy crypto" />
<div className="bg-haqq-black flex flex-col items-center px-[16px] py-[48px] text-center sm:px-[63px] md:py-[68px] lg:px-[79px] lg:py-[100px]">
<div className="bg-haqq-black flex flex-col items-center px-[48px] py-[160px] text-center sm:px-[63px] lg:px-[79px]">
<svg
width="38"
height="38"
Expand Down

0 comments on commit 3efbd39

Please sign in to comment.