Skip to content

Commit 04faf05

Browse files
committed
Adjust margin of browser on landing page
This improves the display on small screens
1 parent 16f181d commit 04faf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/page.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
.browser {
3636
composes: browserBg;
37-
margin: 16px 32px 128px -32px;
37+
margin: 16px 32px 128px 0;
3838
min-height: 560px;
3939
max-height: 920px;
4040
height: 100%;

0 commit comments

Comments
 (0)