dont uppercase the capsul id on the detail page

This commit is contained in:
2022-04-12 14:33:58 -05:00
parent e4a5a27050
commit fac5a5c4ea
2 changed files with 9 additions and 1 deletions

View File

@ -72,6 +72,14 @@ h1, h2, h3, h4, h5 {
text-shadow: 2px 2px 0px #0007;
}
h1.no-text-transform,
h2.no-text-transform,
h3.no-text-transform,
h4.no-text-transform,
h5.no-text-transform {
text-transform: none;
}
blockquote {
margin: 0;
padding-left: 2em;