mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 12:11:05 +01:00
This commit is contained in:
parent
9f79a41208
commit
1868c3063c
|
@ -83,23 +83,17 @@ figure {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 25px 0;
|
margin: 25px 0;
|
||||||
|
|
||||||
&.left {
|
&.left, img {
|
||||||
img {
|
margin-right: auto;
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.center {
|
&.center, img {
|
||||||
img {
|
margin-left: auto;
|
||||||
margin-left: auto;
|
margin-right: auto;
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.right {
|
&.right, img {
|
||||||
img {
|
margin-left: auto;
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
|
|
Loading…
Reference in a new issue