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
|
|
@ -128,11 +128,9 @@ img {
|
|||
}
|
||||
}
|
||||
|
||||
.fig-img {
|
||||
figcaption {
|
||||
font-size: .9rem;
|
||||
color: $hidden;
|
||||
}
|
||||
.single-figure-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.highlighted {
|
||||
|
|
@ -154,12 +152,6 @@ img {
|
|||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
figure {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.layout-two-spaced {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue