Skip to content

Commit

Permalink
remove h1 from header
Browse files Browse the repository at this point in the history
  • Loading branch information
jatindersingh93 committed Oct 18, 2023
1 parent de33230 commit 321509f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { LoginButton } from '@/components/layout';
id="title-branding"
class="justify-content-left"
>
<h1>BCBox</h1>
<span>BCBox</span>
</div>
</div>
<div class="col-fixed">
Expand Down Expand Up @@ -50,8 +50,9 @@ import { LoginButton } from '@/components/layout';
#title-branding {
padding-left: 10px;
font-size: 20px;
> h1 {
> span {
font-weight: 600;
font-size: 1.5em;
}
}
</style>

0 comments on commit 321509f

Please sign in to comment.