Skip to content

Commit d48de69

Browse files
committed
fix(frontend): restore header logo shape
1 parent cfe66c9 commit d48de69

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
@@ -91,18 +91,17 @@ body {
9191
height: 42px;
9292
display: grid;
9393
place-items: center;
94-
border-radius: 999px;
94+
border-radius: 14px;
9595
font-weight: 700;
9696
color: var(--ios-ink);
9797
background: linear-gradient(135deg, var(--ios-purple), var(--ios-teal));
9898
box-shadow: var(--ios-glow);
9999
}
100100

101101
.logo-mark img {
102-
width: 70%;
103-
height: 70%;
102+
width: 72%;
103+
height: 72%;
104104
object-fit: contain;
105-
filter: drop-shadow(0 6px 10px rgba(20, 30, 60, 0.25));
106105
}
107106

108107
.logo-title {

0 commit comments

Comments
 (0)