Skip to content

Commit 74bf7cd

Browse files
authored
fix: Update style.css (#585)
Adds missing semicolon.
1 parent 7a9440d commit 74bf7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/advanced-markers-html/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
position: relative;
4949
transition: all 0.3s ease-out;
5050
width: 30px;
51-
transform: translateY(-9px)
51+
transform: translateY(-9px);
5252
}
5353

5454
.property::after {
@@ -206,4 +206,4 @@ body {
206206
border-top: 9px solid var(--shop-color);
207207
}
208208

209-
/* [END maps_advanced_markers_html] */
209+
/* [END maps_advanced_markers_html] */

0 commit comments

Comments
 (0)