ad3d16f6 by Jeremy Groot

mailto icon fix

1 parent 6e0e0c56
...@@ -8701,7 +8701,7 @@ p > a:before { ...@@ -8701,7 +8701,7 @@ p > a:before {
8701 left: -0.3rem !important; 8701 left: -0.3rem !important;
8702 } 8702 }
8703 p > a.mailto:before { 8703 p > a.mailto:before {
8704 top: 5px !important; 8704 top: 10px !important;
8705 } 8705 }
8706 8706
8707 .wp-block-file > a { 8707 .wp-block-file > a {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -281,7 +281,7 @@ p > a { ...@@ -281,7 +281,7 @@ p > a {
281 left:-0.3rem !important; 281 left:-0.3rem !important;
282 } 282 }
283 &.mailto:before { 283 &.mailto:before {
284 top:5px !important; 284 top:10px !important;
285 } 285 }
286 } 286 }
287 287
......