restyle see-more button
This commit is contained in:
parent
b25e5e70f1
commit
5cf2443b28
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
|
|
|
@ -121,6 +121,9 @@
|
|||
color: white;
|
||||
font-size: 40px;
|
||||
}
|
||||
.see-more {
|
||||
color: white;
|
||||
}
|
||||
.row {
|
||||
margin-bottom: 20px;
|
||||
& > div {
|
||||
|
|
Reference in a new issue