Skip to content
Snippets Groups Projects
Commit 226f4dfa authored by Danae Savvidi's avatar Danae Savvidi :laughing:
Browse files

Merge branch 'add-tags-to-article' into 'master'

add bold, italics tags to article

See merge request !5
parents 2dd934b9 2cb3a785
Branches
No related tags found
1 merge request!5add bold, italics tags to article
Pipeline #976140 passed with warnings
...@@ -25,6 +25,14 @@ ...@@ -25,6 +25,14 @@
margin-left: 1.5rem; margin-left: 1.5rem;
} }
em {
font-style: italic;
}
strong, b {
font-weight: 500;
}
:where(p, ul, ol) + h1 { :where(p, ul, ol) + h1 {
margin-top: 1.5rem; margin-top: 1.5rem;
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment