mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
UI: caption image improvement
This commit is contained in:
parent
91f51debae
commit
71fb210127
2
dist/css/app.css
vendored
2
dist/css/app.css
vendored
@ -17335,7 +17335,7 @@ p:last-child {
|
||||
}
|
||||
|
||||
.typography .captionImage img {
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0.5rem !important;
|
||||
}
|
||||
|
||||
.typography .captionImage .caption {
|
||||
|
2
dist/css/app.css.map
vendored
2
dist/css/app.css.map
vendored
File diff suppressed because one or more lines are too long
@ -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.",
|
||||
|
@ -54,7 +54,7 @@ img,
|
||||
|
||||
.captionImage {
|
||||
img {
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0.5rem !important;
|
||||
}
|
||||
.caption {
|
||||
font-size: 0.8rem;
|
||||
|
Loading…
Reference in New Issue
Block a user