Skip to content

Commit d32fb82

Browse files
mod dimensions slliiiightly
1 parent bd884ec commit d32fb82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/get-verge.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ function GetVerge(props) {
2020
{/* Text added above the iframe */}
2121
<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>
2222

23-
<div className="iframe-container" style={{ textAlign: 'center', marginBottom: '20px' }}>
23+
<div className="iframe-container" style={{ textAlign: 'center', marginBottom: '10px' }}>
2424
<iframe
2525
src="https://swapspace.co/widget/e690ba97ac5620dc27d4101c"
2626
frameBorder="0"
27-
width="404px"
27+
width="604px"
2828
height="536px"
2929
style={{
30-
width: '404px',
30+
width: '604px',
3131
height: '536px',
3232
borderRadius: '20px',
3333
maxWidth: '100%',

0 commit comments

Comments
 (0)