Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1701 from LivePersonInc/fix-dep
Browse files Browse the repository at this point in the history
fixed h4 size
  • Loading branch information
itay1313 authored Jul 6, 2022
2 parents ce3487a + 0c602cf commit da3e5a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/inner-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ h4 code.highlighter-rouge {
margin-top: 7px;
}

.post-content h4[id] {
font-size: 21px;
line-height: 28px;
font-weight: 700;
margin-bottom: 6px;
}

.post-content table {
width: 100%;
max-width: 100%;
Expand Down

0 comments on commit da3e5a0

Please sign in to comment.