1
Fork 0

restyle see-more button

This commit is contained in:
Jake Howard 2016-02-29 08:50:26 +00:00
parent b25e5e70f1
commit 5cf2443b28
2 changed files with 5 additions and 2 deletions

View file

@ -81,8 +81,8 @@ export default class ProjectImagesMain extends React.Component {
<div className="container">
<h1>Personal Projects</h1>
{ images }
<a href={this.state.seeMoreURL}>
<h3>See More...</h3>
<a href={this.state.seeMoreURL} className="see-more">
<h3>See More</h3>
</a>
</div>
);

View file

@ -121,6 +121,9 @@
color: white;
font-size: 40px;
}
.see-more {
color: white;
}
.row {
margin-bottom: 20px;
& > div {