We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2d4a2 commit 2478f5dCopy full SHA for 2478f5d
src/pages/faq.js
@@ -170,8 +170,9 @@ function FaqPage({data}) {
170
</Obfuscate>
171
</li>
172
<li>
173
- <Obfuscate tel={`${config.phoneContact}`} className="button fit">
174
- {t('cta:buttons.call')}
+ <Obfuscate tel={`${config.phoneContact}`} style={{height: "auto"}} className="button fit">
+ <p style={{margin: 0}}>{t('cta:buttons.call')}</p>
175
+ <p style={{margin: 0, opacity: .5, marginTop: "-15px"}}>{config.phoneContact.toString()}</p>
176
177
178
</ul>
0 commit comments