Skip to content

Commit 2d765e2

Browse files
committed
feat(frontend): widen header panel
1 parent 60ec05e commit 2d765e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/frontend/src/app/globals.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ body {
7171
align-items: center;
7272
justify-content: space-between;
7373
max-width: 1100px;
74+
width: 100%;
7475
margin: 0 auto 40px;
75-
padding: 16px 20px;
76+
padding: 22px 28px;
7677
background: rgba(255, 255, 255, 0.7);
7778
border: 1px solid var(--ios-outline);
7879
border-radius: 18px;

0 commit comments

Comments
 (0)