diff --git a/dist/samples/advanced-markers-html/app/style.css b/dist/samples/advanced-markers-html/app/style.css index 52df28ce..d3d528c2 100644 --- a/dist/samples/advanced-markers-html/app/style.css +++ b/dist/samples/advanced-markers-html/app/style.css @@ -48,7 +48,7 @@ body { position: relative; transition: all 0.3s ease-out; width: 30px; - transform: translateY(-9px) + transform: translateY(-9px); } .property::after { @@ -206,4 +206,4 @@ body { border-top: 9px solid var(--shop-color); } -/* [END maps_advanced_markers_html] */ \ No newline at end of file +/* [END maps_advanced_markers_html] */ diff --git a/dist/samples/advanced-markers-html/docs/style.css b/dist/samples/advanced-markers-html/docs/style.css index 52df28ce..d3d528c2 100644 --- a/dist/samples/advanced-markers-html/docs/style.css +++ b/dist/samples/advanced-markers-html/docs/style.css @@ -48,7 +48,7 @@ body { position: relative; transition: all 0.3s ease-out; width: 30px; - transform: translateY(-9px) + transform: translateY(-9px); } .property::after { @@ -206,4 +206,4 @@ body { border-top: 9px solid var(--shop-color); } -/* [END maps_advanced_markers_html] */ \ No newline at end of file +/* [END maps_advanced_markers_html] */ diff --git a/dist/samples/advanced-markers-html/jsfiddle/demo.css b/dist/samples/advanced-markers-html/jsfiddle/demo.css index 18eb72fc..8a91fe5c 100644 --- a/dist/samples/advanced-markers-html/jsfiddle/demo.css +++ b/dist/samples/advanced-markers-html/jsfiddle/demo.css @@ -48,7 +48,7 @@ body { position: relative; transition: all 0.3s ease-out; width: 30px; - transform: translateY(-9px) + transform: translateY(-9px); } .property::after { @@ -206,3 +206,4 @@ body { border-top: 9px solid var(--shop-color); } +