Showing
1 changed file
with
3 additions
and
2 deletions
@@ -202,8 +202,9 @@ | @@ -202,8 +202,9 @@ | ||
202 | li:before { | 202 | li:before { |
203 | content: ""; | 203 | content: ""; |
204 | display: inline-block; | 204 | display: inline-block; |
205 | - width: 4px; | ||
206 | - height: 4px; | 205 | + margin-right: 20rem / $pxConvertRem; |
206 | + width: 8rem / $pxConvertRem; | ||
207 | + height: 8rem / $pxConvertRem; | ||
207 | background-color: #000; | 208 | background-color: #000; |
208 | border-radius: 50%; | 209 | border-radius: 50%; |
209 | position: relative; | 210 | position: relative; |
-
Please register or login to post a comment