Skip to content

Commit

Permalink
Merge pull request #24 from drzzle-app/styleUpdates
Browse files Browse the repository at this point in the history
Style updates
  • Loading branch information
runrog authored Dec 14, 2020
2 parents 90adc8f + 11be22a commit 390a86f
Show file tree
Hide file tree
Showing 2 changed files with 13 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%;
}
}
3 changes: 3 additions & 0 deletions src/droplets/form/themes/default/styles.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.drzForm {
.drzClearFix;
border-radius: 1px;
border-style: solid;
border-width: 0;
min-height: 1px;
overflow: hidden;
position: relative;
width: 100%;
}
Expand Down

0 comments on commit 390a86f

Please sign in to comment.