Skip to content
Snippets Groups Projects
Commit efd4dd94 authored by OZGCloud's avatar OZGCloud
Browse files

fix title styling

parent a2d9afd2
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
</goofy-client-icon-button-with-spinner> </goofy-client-icon-button-with-spinner>
<a routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }"> <a routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }">
<img src="/assets/img/logo.svg" alt="Goofy Logo" /> <img src="/assets/img/logo.svg" alt="Goofy Logo" />
<div data-test-id='title'>Goofy</div> <div class="title" data-test-id='title'>Goofy</div>
</a> </a>
</div> </div>
......
...@@ -13,7 +13,8 @@ header { ...@@ -13,7 +13,8 @@ header {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
h1 { .title {
font-size: 24px;
margin: 0; margin: 0;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment