feat(shortcode): figure and figures flex box
This commit is contained in:
parent
eefff4e50b
commit
e326cdfc95
14 changed files with 158 additions and 58 deletions
|
|
@ -8,8 +8,14 @@
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
.article__featured-image-container {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.article__featured-image {
|
||||
min-width: 80%;
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
object-fit: fit;
|
||||
|
|
@ -19,9 +25,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.article {
|
||||
}
|
||||
|
||||
// card in list
|
||||
.article-card {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue