mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Fix headers in some listing pages being all caps
This commit is contained in:
parent
30cceed60b
commit
c2c02f1b73
|
@ -288,6 +288,7 @@
|
||||||
<DependentUpon>package.json</DependentUpon>
|
<DependentUpon>package.json</DependentUpon>
|
||||||
</None>
|
</None>
|
||||||
<Content Include="res\card\Feature2.png" />
|
<Content Include="res\card\Feature2.png" />
|
||||||
|
<Content Include="res\card\Redstone5.png" />
|
||||||
<Content Include="res\css\winter.css">
|
<Content Include="res\css\winter.css">
|
||||||
<DependentUpon>winter.scss</DependentUpon>
|
<DependentUpon>winter.scss</DependentUpon>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -450,13 +450,13 @@ article
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
display: block;
|
display: block;
|
||||||
padding: #{(1em / 3)} 0;
|
padding: #{(1em / 3)} 0;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span
|
span
|
||||||
{
|
{
|
||||||
font-size: 0.675em;
|
font-size: 0.675em;
|
||||||
letter-spacing: .25em;
|
letter-spacing: .25em;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user