feat: Styles

This commit is contained in:
daniel-c-harvey
2026-06-17 14:44:08 -04:00
parent db8391b81c
commit 15ddc4c332
2 changed files with 2 additions and 1 deletions
@@ -16,6 +16,7 @@
@* The hero is the positioning context for every overlay row; the gradient shim and the
top/bottom overlays are absolutely positioned children of this wrapper. *@
<MudContainer MaxWidth="MaxWidth.Medium">
<div class="release-hero @Class">
@if (!string.IsNullOrEmpty(HeroImageKey))
{
@@ -80,6 +81,7 @@
</MudStack>
</div>
</div>
</MudContainer>
@code {
/// <summary>Background image entry key. Null renders the placeholder treatment.</summary>