Skip to content

Commit 75b7400

Browse files
committed
fix(frontend): use single header logo
1 parent 336654a commit 75b7400

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

apps/frontend/src/app/globals.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,12 @@ body {
9595
border-radius: 14px;
9696
font-weight: 700;
9797
color: var(--ios-ink);
98-
background: linear-gradient(135deg, var(--ios-purple), var(--ios-teal));
99-
box-shadow: var(--ios-glow);
98+
background: transparent;
10099
}
101100

102101
.logo-mark img {
103-
width: 72%;
104-
height: 72%;
102+
width: 100%;
103+
height: 100%;
105104
object-fit: contain;
106105
}
107106

0 commit comments

Comments
 (0)