fix app name font
This commit is contained in:
parent
66662a0314
commit
ae52093b5d
@ -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>
|
||||
|
||||
|
||||
@ -59,3 +59,10 @@
|
||||
.subheading {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.app-name {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
line-height: 29px;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user