Skip to content

Commit 5a5c76d

Browse files
author
daniel-lundin
committed
Remove redudant css in demo
1 parent 273c534 commit 5a5c76d

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

docs/cards.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,23 @@
2121
-webkit-transform: translateZ(1000px);
2222
}
2323
#container {
24-
width: 800px;
25-
height: 600px;
26-
width: 100%;
27-
height: 80%;
24+
width: 100%;
25+
height: 80%;
2826
margin: auto;
2927
perspective: 2000px;
3028
-webkit-perspective: 2000px;
3129
transform-style: preserve-3d;
3230
-webkit-transform-style: preserve-3d;
33-
-webkit-backface-visibility: hidden;
3431
}
3532
#surface {
36-
width: 800px;
37-
height: 600px;
38-
width: 100%;
39-
height: 80%;
33+
width: 100%;
34+
height: 80%;
4035
transform-style: preserve-3d;
4136
-webkit-transform-style: preserve-3d;
4237
}
4338
.card {
4439
position: absolute;
4540
border-radius: 10%;
46-
height: 20%;
47-
width: 5%;
4841
}
4942
#toolbar {
5043
text-align: center;

0 commit comments

Comments
 (0)