don't uppercase titles
for legibility & avoid uppercasing of 'µm' to 'MM'
This commit is contained in:
parent
e05bf8fe5a
commit
5ed4d33c74
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ a:active {
|
||||||
padding-right: 3rem;
|
padding-right: 3rem;
|
||||||
font-size: 1.375rem;
|
font-size: 1.375rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
text-transform: uppercase;
|
// text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__loading {
|
&__loading {
|
||||||
|
|
Loading…
Add table
Reference in a new issue