Skip to content

Commit

Permalink
CSS tweaks from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nowak authored and Chris Nowak committed Aug 22, 2023
1 parent 3c50036 commit 9f28276
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/components/presentational/TextBlock/TextBlock.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.mdhui-text-block
{
.mdhui-text-block {
margin: 16px;
font-size: .88em;
line-height: 1.3em;
}

.mdhui-text-block * {
line-height: 1.3em;
}

.mdhui-text-block img {
max-width: 100%;
}

0 comments on commit 9f28276

Please sign in to comment.