Skip to content

Commit

Permalink
Update qr code logo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Jan 30, 2024
1 parent c72b253 commit 44c26e9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/lib/HealthLinkLTT.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,13 @@
}
img.logo {
position: absolute;
background: white;
width: 100px;
left: calc(50% - 50px);
background: #325c33;
width: 110px;
height: 25px;
/* padding: 2px; */
left: calc(50% - 55px);
top: calc(50% - 1em);
border: 2px solid white;
border: 5px solid #325c33;
box-sizing: border-box;
}
:global(.shlbutton) {
Expand Down

0 comments on commit 44c26e9

Please sign in to comment.