Skip to content

Commit

Permalink
add image caption style
Browse files Browse the repository at this point in the history
  • Loading branch information
stiekel committed May 21, 2016
1 parent e6c3648 commit 10f0812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/css/random.styl
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,12 @@ article img
border-radius: 5%;
border: 1px solid #DDD;

.caption
display: block;
text-align: center;
font-size: 14px;
color: #999;

// side-navigate, hide while max-width < desktopWidth + 300px
@media (max-width: desktopWidth + 300px)
.side-navigate
Expand Down

0 comments on commit 10f0812

Please sign in to comment.