Added title for project squares
This commit is contained in:
parent
df3e107605
commit
3967419d8b
2 changed files with 7 additions and 1 deletions
|
@ -47,6 +47,7 @@ var projectImages = React.createClass({
|
|||
}.bind(this));
|
||||
return (
|
||||
<div className="container">
|
||||
<h1>Projects</h1>
|
||||
<Row>
|
||||
{ images }
|
||||
</Row>
|
||||
|
|
|
@ -93,9 +93,14 @@ a.no-color-change {
|
|||
background-size: cover;
|
||||
.container {
|
||||
text-align: center;
|
||||
margin-top: 35px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 35px;
|
||||
font-size: 16px;
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
color: white;
|
||||
font-size: 40px;
|
||||
}
|
||||
@media screen and (max-width: @screen-xs-max) {
|
||||
.wrapper,
|
||||
.wrapper .project {
|
||||
|
|
Reference in a new issue