Skip to content

Commit e6a19c0

Browse files
authored
Merge pull request #7 from helpwave/patch/reposition-branding
Resize and position branding
2 parents a98d244 + 210c9cc commit e6a19c0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "id.helpwave.de",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/helpwave/id.helpwave.de.git"

src/login/components/Branding.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { HelpwaveLogo } from '@helpwave/hightide'
22

33
export function Branding() {
44
return (
5-
<div className="flex flex-col items-center gap-4 mb-8 sm:gap-3 sm:mb-4">
6-
<HelpwaveLogo height={64} width={64} />
7-
<div className="font-space text-2xl font-bold tracking-[-0.5px] sm:text-xl">
5+
<div className="flex flex-col items-center mb-8 sm:mb-8">
6+
<HelpwaveLogo animate="loading" height={96} width={96} />
7+
<div className="font-space text-4xl -translate-y-6 font-bold">
88
helpwave id
99
</div>
1010
</div>

0 commit comments

Comments
 (0)