Skip to content
Snippets Groups Projects
Commit 41b30e0b authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6012: make smaller images align on top of the caption to match alignment setting

parent ca04d6c7
No related branches found
No related tags found
1 merge request!78istwcms 6012 m26lebla correct image caption
......@@ -16,19 +16,20 @@
display: table-caption;
}
&__sized-image {
&--original{
&--center {
align-self: center;
img {
margin: 0 auto;
}
}
&--center {
align-self: center;
}
&--left {
align-self: flex-start;
}
&--right {
align-self: flex-end;
img {
margin: 0 0 0 auto;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment