Skip to content
Snippets Groups Projects

add bold, italics tags to article

All threads resolved!
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -25,6 +25,14 @@
margin-left: 1.5rem;
}
em {
font-style: italic;
}
strong, b {
font-weight: bold;
}
:where(p, ul, ol) + h1 {
margin-top: 1.5rem;
}
Loading