Selaa lähdekoodia

Remove the margins from links in widgets

Ben Dwyer 4 vuotta sitten
vanhempi
commit
b3d4f50584

+ 4 - 0
spearhead/assets/sass/_meta.scss

@@ -3,3 +3,7 @@
     padding-top: 0;
     padding-top: 0;
     border: none;
     border: none;
 }
 }
+
+.widget ul {
+	padding: 0;
+}

+ 4 - 0
spearhead/style-rtl.css

@@ -518,4 +518,8 @@ ul.wp-block-categories,
 	margin-top: calc( var(--global--spacing-vertical) / 2);
 	margin-top: calc( var(--global--spacing-vertical) / 2);
 	padding-top: 0;
 	padding-top: 0;
 	border: none;
 	border: none;
+}
+
+.widget ul {
+	padding: 0;
 }
 }

+ 4 - 0
spearhead/style.css

@@ -520,4 +520,8 @@ ul.wp-block-categories,
 	border: none;
 	border: none;
 }
 }
 
 
+.widget ul {
+	padding: 0;
+}
+
 /*# sourceMappingURL=style.css.map */
 /*# sourceMappingURL=style.css.map */

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
spearhead/style.css.map


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä