Skip to content

Commit 315e6be

Browse files
committed
fixing overflow on contact page email address
1 parent d6cd3bc commit 315e6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Contact/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Contact() {
1010
<div className='row'>
1111
<div className="col s12 center-align">
1212
<div className='card blue-grey'>
13-
<p className='card-title '>Email me at [email protected]</p>
13+
<p className='card-title' style={{ overflow: 'auto' }}>Email me at [email protected]</p>
1414
<div className='card-content'>
1515
<a href="mailto:[email protected]" target="_blank" rel="noreferrer">
1616
<i className='medium material-icons' style={{ backgroundColor: 'white', padding: '5px', borderRadius: '0', }}>email</i>

0 commit comments

Comments
 (0)