Explorar o código

add style resets for social links (#5594)

List items are given border, padding and margin. It is also effecting social icons.

Change summary:
* add style resets for social links
Madhu Dollu %!s(int64=3) %!d(string=hai) anos
pai
achega
ce805d7a3c
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      karuna/style.css

+ 3 - 1
karuna/style.css

@@ -1486,7 +1486,9 @@ body {
 	margin: 0.8em 0 0;
 	padding: 0.8em 0 0;
 }
-.widget div > ol > li:first-of-type, .widget > ol > li:first-of-type {
+.widget div > ol > li:first-of-type,
+.widget > ol > li:first-of-type,
+.wp-block-social-links li.wp-social-link {
 	border-top: 0;
 	margin-top: 0;
 	padding-top: 0;