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:
-rw-r--r--layouts/partials/style.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index a892b2f..8ca6d82 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -53,7 +53,11 @@ code {
background-color: #f9f2f4;
border-radius: 4px;
}
-img {
+img,
+iframe,
+embed,
+video,
+audio {
max-width: 100%;
}
</style> \ No newline at end of file