Skip to content

Commit 3024c52

Browse files
committed
add related styles for cc license page
1 parent df5c4c9 commit 3024c52

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

style.css

+20
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,26 @@ figure.image-caption-overlay figcaption {
169169
height: 15.625rem;
170170
}
171171

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+
margin-right: 0;
188+
margin-left: 0;
189+
width: auto;
190+
}
191+
172192
/* Remove margin from any block */
173193
.no-margin {
174194
margin: 0;

0 commit comments

Comments
 (0)