change projects styles

This commit is contained in:
sylor_huang@126.com 2020-07-07 13:55:53 +08:00
parent 7847637355
commit b8badbb0d7
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class IndexItem extends Component {
}) : "" }) : ""
) )
return ( return (
<div className="project-list"> <div className="project-list minH-670">
{renderList} {renderList}
</div> </div>
) )