mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 12:11:05 +01:00
commit
07b99b9758
|
@ -83,24 +83,18 @@ figure {
|
|||
max-width: 100%;
|
||||
margin: 25px 0;
|
||||
|
||||
&.left {
|
||||
img {
|
||||
&.left, img {
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
&.center {
|
||||
img {
|
||||
&.center, img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
&.right {
|
||||
img {
|
||||
&.right, img {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
figcaption {
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in a new issue