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));
|
}.bind(this));
|
||||||
return (
|
return (
|
||||||
<div className="container">
|
<div className="container">
|
||||||
|
<h1>Projects</h1>
|
||||||
<Row>
|
<Row>
|
||||||
{ images }
|
{ images }
|
||||||
</Row>
|
</Row>
|
||||||
|
|
|
@ -93,9 +93,14 @@ a.no-color-change {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
.container {
|
.container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 35px;
|
margin-top: 20px;
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
h1 {
|
||||||
|
margin-top: 0;
|
||||||
|
color: white;
|
||||||
|
font-size: 40px;
|
||||||
|
}
|
||||||
@media screen and (max-width: @screen-xs-max) {
|
@media screen and (max-width: @screen-xs-max) {
|
||||||
.wrapper,
|
.wrapper,
|
||||||
.wrapper .project {
|
.wrapper .project {
|
||||||
|
|
Reference in a new issue