Skip to content

Commit 9699078

Browse files
committed
make it look nicer
1 parent af397ca commit 9699078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transitions/js-transitions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}
1919

2020
main {
21+
box-sizing: border-box;
2122
display: flex;
2223
justify-content: center;
2324
align-items: center;
24-
max-width: 960px;
25+
max-width: 660px;
2526
height: 400px;
2627
border: 1px solid #ccc;
27-
margin: 0 auto;
2828
padding: 20px;
2929
}
3030

0 commit comments

Comments
 (0)