mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Increased the logo size on the landing page to match the container below it
This commit is contained in:
parent
05a8846104
commit
6c1057ad70
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<div class="centered col-md-12">
|
<div class="centered col-md-12">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-push-5 col-md-2">
|
<div class="col-md-push-3 col-md-6">
|
||||||
<div *ngIf="customizationSettings.logo">
|
<div *ngIf="customizationSettings.logo">
|
||||||
<img [src]="customizationSettings.logo" style="width:100%"/>
|
<img [src]="customizationSettings.logo" style="width:100%"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue