diff --git a/style.css b/style.css index c4822127..f676fc4c 100644 --- a/style.css +++ b/style.css @@ -236,10 +236,10 @@ aside:nth-child(odd) span { /* resonators */ #resodetails { margin: 16px 0; - moz-column-gap: 10px; - moz-column-width: 141px; - webkit-column-gap: 10px; - webkit-column-width: 141px; + -moz-column-gap: 10px; + -moz-column-width: 141px; + -webkit-column-gap: 10px; + -webkit-column-width: 141px; } .meter {