Skip to content

Commit 8e25304

Browse files
authored
Clean up CSS by removing duplicate styles (#1102)
Removed duplicate height, margin, and padding styles from html and body.
1 parent 3c3066a commit 8e25304

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

samples/advanced-markers-animation/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ body {
3535
height: 100%;
3636
}
3737

38-
html,
39-
body {
40-
height: 100%;
41-
margin: 0;
42-
padding: 0;
43-
}
44-
4538
@keyframes drop {
4639
0% {
4740
transform: translateY(-200px) scaleY(0.9);

0 commit comments

Comments
 (0)