Skip to content

Commit

Permalink
QF blog posts styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMV3x3 committed Aug 5, 2023
1 parent 0425955 commit 8a29cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,6 @@ p {
margin-top: 2em;
padding: 1em;
width: 75%;
text-align: justify;
background-color: var(--color-light);
border: 1px solid black;
margin-bottom: 2em;
Expand Down
2 changes: 1 addition & 1 deletion app/static/styles/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
font-weight: 600;
padding-bottom: .3em;
font-size: 1.5em;
border-bottom: 1px solid black;
border-bottom: 1px solid var(--color-gray);
}

.markdown-body h3 {
Expand Down

0 comments on commit 8a29cb3

Please sign in to comment.