2023-02-16 08:34:36 +00:00
|
|
|
article {
|
|
|
|
img {
|
|
|
|
margin-inline-start: auto;
|
|
|
|
margin-inline-end: auto;
|
|
|
|
}
|
|
|
|
|
2023-03-18 15:48:24 +00:00
|
|
|
figure img {
|
|
|
|
aspect-ratio: 4/3;
|
|
|
|
object-fit: cover;
|
|
|
|
object-position: center;
|
|
|
|
}
|
|
|
|
|
2023-02-16 08:34:36 +00:00
|
|
|
ul, ol {
|
|
|
|
list-style: initial;
|
|
|
|
padding: 0 var(--space-size-m);
|
|
|
|
}
|
2023-02-16 14:33:53 +00:00
|
|
|
|
|
|
|
.p-summary {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-02-15 20:38:52 +00:00
|
|
|
}
|