Customize figure style
This commit is contained in:
parent
4edcba8dd1
commit
95746b151d
@ -163,3 +163,15 @@ p.byline {
|
|||||||
.skip-link:focus {
|
.skip-link:focus {
|
||||||
transform: translateY(0%);
|
transform: translateY(0%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
margin-inline-start: 0em;
|
||||||
|
margin-inline-end: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
figcaption > p {
|
||||||
|
margin-block-start: 0px;
|
||||||
|
text-align: center;
|
||||||
|
font-style: italic;
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user