fix app name font

This commit is contained in:
Dan Percic 2023-07-18 11:47:13 +03:00
parent 66662a0314
commit ae52093b5d
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<a class="logo">
<div class="actions flex">
<iqser-logo icon="red:logo"></iqser-logo>
<div class="app-name">{{ titleService.getTitle() }}</div>
<h1 class="app-name">{{ titleService.getTitle() }}</h1>
</div>
</a>

View File

@ -59,3 +59,10 @@
.subheading {
font-size: 17px;
}
.app-name {
font-size: 24px;
font-weight: 600;
line-height: 29px;
font-family: 'Inter', sans-serif;
}