Skip to content

Commit

Permalink
image style addition for blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
runrog committed Dec 14, 2020
1 parent 67f4b60 commit 11be22a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/droplets/blog-post/themes/default/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@
.drzBlog-post-text {
.drzClearFix;
}

.drzBlog-post-image {
border-style: solid;
border-width: 0;
width: 30%;

@media @mobile {
width: 100%;
}
}

0 comments on commit 11be22a

Please sign in to comment.