diff --git a/webapp/src/components/StandalonePageFrame.tsx b/webapp/src/components/StandalonePageFrame.tsx
index f74462c..a9d58e6 100644
--- a/webapp/src/components/StandalonePageFrame.tsx
+++ b/webapp/src/components/StandalonePageFrame.tsx
@@ -10,9 +10,9 @@ export default function StandalonePageFrame(props: StandalonePageFrameProps) {
return (
diff --git a/webapp/src/styles/auth.css b/webapp/src/styles/auth.css
index 7ff735f..4204a0f 100644
--- a/webapp/src/styles/auth.css
+++ b/webapp/src/styles/auth.css
@@ -46,14 +46,12 @@
}
.standalone-brand-logo {
- @apply h-14 w-14 flex-shrink-0 object-contain;
+ @apply h-14 w-[70px] flex-shrink-0 object-contain;
filter: drop-shadow(0 8px 18px rgba(43, 102, 217, 0.22));
}
.standalone-brand-wordmark {
- @apply block h-auto max-w-full;
- width: clamp(200px, 30vw, 360px);
- filter: drop-shadow(0 10px 22px rgba(43, 102, 217, 0.18));
+ @apply block max-w-full whitespace-nowrap text-[34px] font-extrabold leading-none tracking-normal text-ink;
}
.standalone-title {
diff --git a/webapp/src/styles/responsive.css b/webapp/src/styles/responsive.css
index 41340c2..ed0d881 100644
--- a/webapp/src/styles/responsive.css
+++ b/webapp/src/styles/responsive.css
@@ -73,7 +73,7 @@
}
.standalone-brand-logo {
- @apply h-11 w-11;
+ @apply h-11 w-[55px];
}
.auth-card {
@@ -111,7 +111,7 @@
}
.brand-logo {
- @apply h-[34px] w-[34px];
+ @apply h-[34px] w-[43px];
}
.brand-wordmark {
diff --git a/webapp/src/styles/shell.css b/webapp/src/styles/shell.css
index 670b2e4..307b3c3 100644
--- a/webapp/src/styles/shell.css
+++ b/webapp/src/styles/shell.css
@@ -22,9 +22,7 @@
}
.brand-wordmark {
- @apply block h-auto max-w-full;
- width: clamp(210px, 20vw, 290px);
- filter: drop-shadow(0 12px 24px rgba(43, 102, 217, 0.12));
+ @apply block max-w-full whitespace-nowrap text-[28px] font-extrabold leading-none tracking-normal text-ink;
}
.mobile-page-title {
@@ -33,7 +31,7 @@
}
.brand-logo {
- @apply h-[42px] w-[42px] object-contain;
+ @apply h-[42px] w-[53px] object-contain;
filter: drop-shadow(0 10px 22px rgba(43, 102, 217, 0.22));
}