UI: caption image improvement

This commit is contained in:
Tony Air 2020-05-10 16:37:52 +07:00
parent f3f9c30ff6
commit 91f51debae
3 changed files with 10 additions and 2 deletions

8
dist/css/app.css vendored
View File

@ -17334,6 +17334,14 @@ p:last-child {
height: 100% !important;
}
.typography .captionImage img {
margin-bottom: 0.5rem;
}
.typography .captionImage .caption {
font-size: 0.8rem;
}
.typography .text-left {
text-align: left;
}

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "2.0.0",
"version": "2.0.1",
"author": "Tony Air <tony@twma.pro>",
"license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",