Skip to content

Commit c66c304

Browse files
committed
Remove the blank margin on the left side of the page in :demo
1 parent 3916a56 commit c66c304

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

demo/src/jsMain/resources/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66
<meta charset="UTF-8">
77
<title>Compose Multiplatform Material demo</title>
8+
<style>
9+
body {
10+
margin: 0;
11+
}
12+
</style>
813
</head>
914

1015
<body>

0 commit comments

Comments
 (0)