Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-10-05 05:38:28 +0300
committerzwbetz <zwbetz@gmail.com>2019-10-05 05:38:28 +0300
commit276594607a8fb3836fbe7638dcc1f9d53c19f856 (patch)
tree3176cbf2ab77130b212f5d3401b65769fc5e0f3f /layouts
parentbf00331176a8b5c0b677ff9be79624f7138ab5d0 (diff)
reset bootstrap card img width
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/style.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 8ca6d82..d64ccf2 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -60,4 +60,9 @@ video,
audio {
max-width: 100%;
}
+.card-img,
+.card-img-top,
+.card-img-bottom {
+ width: initial;
+}
</style> \ No newline at end of file