We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5c4c9 commit 3024c52Copy full SHA for 3024c52
style.css
@@ -169,6 +169,26 @@ figure.image-caption-overlay figcaption {
169
height: 15.625rem;
170
}
171
172
+div.license-card figure, div.license-card + div figure {
173
+ margin-left: 0;
174
+ margin-right: 0;
175
+}
176
+
177
+div.license-card figure:not(:last-child), div.license-card + div figure:not(:last-child){
178
+ margin-bottom: 0;
179
180
181
+div.license-card figure:not(:first-child), div.license-card + div figure:not(:first-child) {
182
+ margin-top: 0;
183
184
185
+div.license-card .wp-block-buttons {
186
+ max-width: 100%;
187
188
189
+ width: auto;
190
191
192
/* Remove margin from any block */
193
.no-margin {
194
margin: 0;
0 commit comments