UI: caption image improvement

This commit is contained in:
Tony Air 2020-05-10 16:36:56 +07:00
parent bc5d747923
commit f3f9c30ff6
1 changed files with 9 additions and 0 deletions

View File

@ -52,6 +52,15 @@ img,
}
}
.captionImage {
img {
margin-bottom: 0.5rem;
}
.caption {
font-size: 0.8rem;
}
}
.text-left {
text-align: left;
}