Skip to content

Commit

Permalink
Merge pull request #14 from MLH-Fellowship/development
Browse files Browse the repository at this point in the history
QF blog posts styling
  • Loading branch information
MAMV3x3 committed Aug 5, 2023
2 parents 9834fc6 + 8a29cb3 commit b34f7ae
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 b34f7ae

Please sign in to comment.