Skip to content

Commit 2938723

Browse files
authored
Merge pull request #122 from Lazztech/shosh-rebrand
Adjusted svg size
2 parents e2804d8 + 97147fb commit 2938723

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/home/home.page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</ion-buttons>
1212
<ion-title (click)="debugService.devModeEasterEgg()">
1313
<div style="display: flex; align-items: center; justify-content: center;">
14-
<ion-icon *ngIf="mode === 'ios'" style="font-size: 140px;" [src]="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg'"></ion-icon>
14+
<ion-icon *ngIf="mode === 'ios'" style="font-size: 75px;" [src]="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg'"></ion-icon>
1515
<img *ngIf="mode === 'md'" [src]="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg'" style="width: 140px" class="vertical-align"/>
16-
<span style="margin-left: 8px; font-size: 1.75rem;"> | noun</span>
16+
<span style="margin-left: 8px; font-size: 1.25rem;"> | noun</span>
1717
</div>
1818
</ion-title>
1919

src/app/pages/auth/landing/landing.page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<ion-toolbar>
33
<ion-title>
44
<div style="display: flex; align-items: center; justify-content: center;">
5-
<ion-icon *ngIf="mode === 'ios'" style="font-size: 140px;" [src]="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg'"></ion-icon>
5+
<ion-icon *ngIf="mode === 'ios'" style="font-size: 75px;" [src]="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg'"></ion-icon>
66
<img *ngIf="mode === 'md'" [src]="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg'" style="width: 140px" class="vertical-align"/>
7-
<span style="margin-left: 8px; font-size: 1.75rem;"> | noun</span>
7+
<span style="margin-left: 8px; font-size: 1.25rem;"> | noun</span>
88
</div>
99
</ion-title>
1010
<ion-progress-bar *ngIf="loading" type="indeterminate"></ion-progress-bar>

0 commit comments

Comments
 (0)