Skip to content

Commit

Permalink
Added styling for div > h1 (reduced font-size)
Browse files Browse the repository at this point in the history
* Added styling for div img [Removed]
* Added styling for div > h1 and div > div [Removed]
* Removed styling for div > div and div img, kept styling for div > h1
  • Loading branch information
rjayroso committed Mar 17, 2021
1 parent 3ee2423 commit e598452
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/web/src/styles/telescope-post-content.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
display: block;
height: auto;
}

.telescope-post-content div > h1 {
font-size: 1.8rem;
}

.telescope-post-content figure {
display: block;
margin: 0;
Expand Down

0 comments on commit e598452

Please sign in to comment.