Skip to content

Commit

Permalink
use is-size-5 for user account button initials
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi committed Dec 29, 2023
1 parent 730fb29 commit 8aca173
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sites/geohub/src/components/header/UserAccount.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
class="signin-button initial-avator is-flex is-justify-content-center is-align-items-center has-background-grey-lighter"
>
{#each names as name}
<p class="name has-text-black">
<p class="is-size-5 has-text-black">
{name.slice(0, 1)}
</p>
{/each}
Expand Down Expand Up @@ -114,10 +114,6 @@
width: 2.8rem;
background-size: cover;
background-repeat: no-repeat;
.name {
font-size: large;
}
}
.settings-div {
Expand Down

0 comments on commit 8aca173

Please sign in to comment.