Skip to content

Commit

Permalink
#448 - Increase sub header font size
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Aug 7, 2024
1 parent b8cc609 commit 48cbad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Money.Blazor.Host/Components/Title.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<TemplateContent Name="FixedTop">
<TemplateContent Name="FixedTop">
<div class="header d-none d-sm-block">
<div class="container">
<div class="d-flex">
Expand Down Expand Up @@ -35,7 +35,7 @@

@if (!String.IsNullOrEmpty(Sub))
{
<h6 class="mb-0" style="font-size: 9px; font-weight: 100;">
<h6 class="mb-0" style="font-size: 10px; font-weight: 100;">
@Sub
</h6>
}
Expand Down

0 comments on commit 48cbad7

Please sign in to comment.