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

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-16 14:04:19 +0300
committervirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-16 14:04:19 +0300
commit2ea90040f9ee5c2bca3b376c8a4a37cf380a480a (patch)
tree93649cb08c108213a6dff64c63f76744347fcdc5 /src
parentda5c0e247bc0384c798c0e60558bec287048f50a (diff)
Update js.
Diffstat (limited to 'src')
-rw-r--r--src/js/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/App.js b/src/js/App.js
index ab58662..da8d3d2 100644
--- a/src/js/App.js
+++ b/src/js/App.js
@@ -62,5 +62,6 @@ export default {
$('table').wrap('<div class="table-responsive" />');
$('table thead').addClass('thead-dark');
$('pre').wrap('<figure class="highlight" />');
+ $('figure > img').addClass('img-fluid');
},
};