Skip to content

Commit

Permalink
Tweak the post date display a little bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 23, 2017
1 parent 211981a commit 10eb4b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions blocks/library/latest-posts/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
}

.blocks-latest-posts__post-date {
padding-left: 1em;
display: block;
color: $dark-gray-100;
font-size: $default-font-size;
}

.editor-latest-posts__input {
width: 3em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
border-radius: 0.3em;
}
}

0 comments on commit 10eb4b4

Please sign in to comment.