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">
|
<div className="container">
|
||||||
<h1>Personal Projects</h1>
|
<h1>Personal Projects</h1>
|
||||||
{ images }
|
{ images }
|
||||||
<a href={this.state.seeMoreURL}>
|
<a href={this.state.seeMoreURL} className="see-more">
|
||||||
<h3>See More...</h3>
|
<h3>See More</h3>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -121,6 +121,9 @@
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
.see-more {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.row {
|
.row {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
& > div {
|
& > div {
|
||||||
|
|
Reference in a new issue