UI: caption image improvement

This commit is contained in:
Tony Air 2020-05-10 16:46:17 +07:00
parent 91f51debae
commit 71fb210127
4 changed files with 4 additions and 4 deletions

2
dist/css/app.css vendored
View File

@ -17335,7 +17335,7 @@ p:last-child {
}
.typography .captionImage img {
margin-bottom: 0.5rem;
margin-bottom: 0.5rem !important;
}
.typography .captionImage .caption {

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.1",
"version": "2.0.2",
"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.",

View File

@ -54,7 +54,7 @@ img,
.captionImage {
img {
margin-bottom: 0.5rem;
margin-bottom: 0.5rem !important;
}
.caption {
font-size: 0.8rem;