adding caption

This commit is contained in:
Luis 2017-06-18 13:12:51 +02:00
parent 86c3f38fcf
commit fecbce6593
4 changed files with 20 additions and 7 deletions

View file

@ -141,3 +141,15 @@ canvas {
}
}
.caption {
width: 55em;
line-height: 1.45em;
color: rgb(120,120,120);
font-size: .8em;
text-align: right;
font-weight: 100;
font-family: 'Open Sans', sans-serif;
@include breakpoint(small){
width: 90%;
}
}