Skip to content

Commit

Permalink
feat(style): smaller blockquotes font size
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 25, 2015
1 parent 6960c81 commit e5da89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ body:hover .latest {
position: relative;
margin-bottom: 2.8rem;
margin-left: calc(-@padding-xs - @blockquote-border);
font-size: 90%;

@media (max-width: @breakpoint-sm) {
margin-left: 0;
Expand All @@ -450,7 +451,6 @@ body:hover .latest {

cite {
float: right;
font-size: 90%;
font-style: normal;

&:before {
Expand Down

0 comments on commit e5da89e

Please sign in to comment.