dont uppercase the capsul id on the detail page

This commit is contained in:
forest 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;

View File

@ -54,7 +54,7 @@
</div>
{% else %}
<div class="row third-margin">
<h1>{{ vm['id'] }}</h1>
<h1 class="no-text-transform">{{ vm['id'] }}</h1>
</div>
<div class="row wrap grid-large third-margin">