mirror of
https://github.com/pawroman/zola-theme-terminimal
synced 2024-11-22 04:23:04 +00:00
This commit is contained in:
parent
9f79a41208
commit
1868c3063c
1 changed files with 7 additions and 13 deletions
|
@ -83,23 +83,17 @@ figure {
|
|||
max-width: 100%;
|
||||
margin: 25px 0;
|
||||
|
||||
&.left {
|
||||
img {
|
||||
margin-right: auto;
|
||||
}
|
||||
&.left, img {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
&.center {
|
||||
img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
&.center, img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
&.right {
|
||||
img {
|
||||
margin-left: auto;
|
||||
}
|
||||
&.right, img {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
|
|
Loading…
Reference in a new issue