mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 22:19:48 +00:00
Adjusted max height for app logo
This commit is contained in:
parent
bc4ab4fc11
commit
91975d0b28
@ -1,7 +1,7 @@
|
||||
@attribute [Route(Routes.HOME)]
|
||||
|
||||
<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>
|
||||
|
||||
<InnerScrolling>
|
||||
|
Loading…
Reference in New Issue
Block a user