feat: Update logo display dimensions in cost result page for improved layout
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
<div class="card-body text-center py-10">
|
||||
<a class="navbar-brand p-0" href="{{ url('/') }}" rel="home">
|
||||
<span class="navbar-brand-inner">
|
||||
<img src="{{ asset(setting('logo')) }}" alt="raffle logo" />
|
||||
<img src="{{ asset(setting('logo')) }}" alt="raffle logo" width="150px"
|
||||
height="150px" />
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user