Skip to content

Commit

Permalink
mod dimensions slliiiightly
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jan 15, 2025
1 parent bd884ec commit d32fb82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/get-verge.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ function GetVerge(props) {
{/* Text added above the iframe */}
<h4 style={{ textAlign: 'center' }}>Here you can buy XVG (or any cryptocurrency) with Paypal Coin (from the Paypal App), Bitcoin, or Ethereum! or swap any crypto for a different crypto!</h4>

<div className="iframe-container" style={{ textAlign: 'center', marginBottom: '20px' }}>
<div className="iframe-container" style={{ textAlign: 'center', marginBottom: '10px' }}>
<iframe
src="https://swapspace.co/widget/e690ba97ac5620dc27d4101c"
frameBorder="0"
width="404px"
width="604px"
height="536px"
style={{
width: '404px',
width: '604px',
height: '536px',
borderRadius: '20px',
maxWidth: '100%',
Expand Down

0 comments on commit d32fb82

Please sign in to comment.