mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 22:52:49 +00:00
Eliminate spacer div in BrewItem
This commit is contained in:
@@ -107,8 +107,6 @@ const BrewItem = createClass({
|
||||
<h2>{brew.title}</h2>
|
||||
<p className='description'>{brew.description}</p>
|
||||
<hr />
|
||||
<div className='spacer'></div>
|
||||
|
||||
<div className='info'>
|
||||
<span title={`Authors:\n${brew.authors.join('\n')}`}>
|
||||
<i className='fas fa-user'/> {brew.authors.join(', ')}
|
||||
|
||||
Reference in New Issue
Block a user