Skip to content

Commit 4c1eb57

Browse files
Update get-verge.js
1 parent 85e6ae6 commit 4c1eb57

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pages/get-verge.js

+16-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,23 @@ function GetVerge(props) {
1414
<title key="title">{t('common:meta.get-verge.title', { defaultValue: 'Get Verge - VergeCurrency.com' })}</title>
1515
</Head>
1616

17-
<div className="get-verge pt-large pb">
17+
<div className="get-verge pt-large pb" style={{
18+
display: 'flex',
19+
justifyContent: 'center',
20+
alignItems: 'center', // Add this for vertical centering
21+
marginBottom: '10px',
22+
width: '100%',
23+
height: '100%', // Optional: ensures the parent container scales properly
24+
}}>
1825
<div className="container">
19-
<div className="row center-xs middle-xs pt pb">
26+
<div className="row center-xs middle-xs pt pb" style={{
27+
display: 'flex',
28+
justifyContent: 'center',
29+
alignItems: 'center', // Add this for vertical centering
30+
marginBottom: '10px',
31+
width: '100%',
32+
height: '100%', // Optional: ensures the parent container scales properly
33+
}}>
2034
{/* Text added above the iframe */}
2135
<h4 style={{ textAlign: 'center' }}>
2236
Here you can buy XVG (or any cryptocurrency) with Paypal Coin (from the Paypal App), Bitcoin, or Ethereum!

0 commit comments

Comments
 (0)