Skip to content

Commit ac4f6ea

Browse files
committed
fix(frontend): reduce header height
1 parent 75b7400 commit ac4f6ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/frontend/src/app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ body {
7373
max-width: none;
7474
width: 100%;
7575
margin: 0 0 40px;
76-
padding: 16px 28px;
76+
padding: 12px 20px;
7777
background: rgba(255, 255, 255, 0.7);
7878
border: 1px solid var(--ios-outline);
79-
border-radius: 18px;
79+
border-radius: 16px;
8080
box-shadow: var(--ios-shadow);
8181
backdrop-filter: blur(16px);
8282
}

0 commit comments

Comments
 (0)