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:
authorZachary Betz <zwbetz@gmail.com>2019-01-18 23:03:20 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-18 23:03:20 +0300
commit9b4976aeb1d68d26c377da791b071b23f0d075b3 (patch)
treeba87581e1d375d96358b72ad0a7395b94b026ccd
parent4b244f3009bdb281b7bd4e90fd16278c1e39f795 (diff)
CSS for audio-video elements
-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