Skip to content

Commit 336654a

Browse files
committed
feat(frontend): widen header to full width
1 parent 2d765e2 commit 336654a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/frontend/src/app/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ body {
7070
display: flex;
7171
align-items: center;
7272
justify-content: space-between;
73-
max-width: 1100px;
73+
max-width: none;
7474
width: 100%;
75-
margin: 0 auto 40px;
76-
padding: 22px 28px;
75+
margin: 0 0 40px;
76+
padding: 16px 28px;
7777
background: rgba(255, 255, 255, 0.7);
7878
border: 1px solid var(--ios-outline);
7979
border-radius: 18px;

0 commit comments

Comments
 (0)