We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9425b1f commit 2d1a79dCopy full SHA for 2d1a79d
1 file changed
BlazorExpress.Bulma.Demo.RCL/Pages/Home/Index.razor
@@ -9,13 +9,13 @@
9
<Tag Color="TagColor.Warning" Size="TagSize.Medium">New in @version</Tag>
10
<span class="is-size-6 text-muted">@releaseShortDescription</span>
11
</div>
12
- <div style="justify-items: center;">
+ <div style="justify-items:center !important;">
13
<Image Src="@StringConstants.StaticAssets_Icons_Logo_png"
14
Dimension="ImageDimension.Is128x128"
15
alt="BlazorExpress Logo" />
16
17
18
- <Hero Class="mb-6">
+ <Hero Class="mb-6 px-4">
19
<HeroTitle class="mb-4">
20
@((MarkupString)pageTitle)
21
</HeroTitle>
0 commit comments