Adjusted max height for app logo

This commit is contained in:
Thorsten Sommer 2025-01-15 18:28:02 +01:00
parent bc4ab4fc11
commit 91975d0b28
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -1,7 +1,7 @@
@attribute [Route(Routes.HOME)] @attribute [Route(Routes.HOME)]
<div class="inner-scrolling-context"> <div class="inner-scrolling-context">
<MudImage Src="svg/banner.svg" Style="max-height: 22em; width: 100%; object-fit: cover;" /> <MudImage Src="svg/banner.svg" Style="max-height: 16em; width: 100%; object-fit: cover;" />
<MudText Typo="Typo.h3" Class="mt-2 mb-2">Let's get started</MudText> <MudText Typo="Typo.h3" Class="mt-2 mb-2">Let's get started</MudText>
<InnerScrolling> <InnerScrolling>