Skip to content

Commit b461fa5

Browse files
committed
demo: updating for new layouts
1 parent e8fea79 commit b461fa5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

demo/styles/demo.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ body {
1010
}
1111

1212
.container {
13-
max-width: 600px;
14-
@media screen and (min-width: 768px) {
15-
margin: 50px auto;
16-
}
13+
width: 100%;
14+
height: 600px;
15+
padding: 10px;
1716
}

0 commit comments

Comments
 (0)