We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cd3bc commit 315e6beCopy full SHA for 315e6be
src/components/Contact/index.js
@@ -10,7 +10,7 @@ function Contact() {
10
<div className='row'>
11
<div className="col s12 center-align">
12
<div className='card blue-grey'>
13
- <p className='card-title '>Email me at [email protected]</p>
+ <p className='card-title' style={{ overflow: 'auto' }}>Email me at [email protected]</p>
14
<div className='card-content'>
15
<a href="mailto:[email protected]" target="_blank" rel="noreferrer">
16
<i className='medium material-icons' style={{ backgroundColor: 'white', padding: '5px', borderRadius: '0', }}>email</i>
0 commit comments