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

github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 555de33..7f04576 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -334,7 +334,7 @@ article.single p code {
color: #f2f0ec;
}
-article.single figure {
+article.single figure, article.single div.highlight {
box-sizing: border-box;
max-width: 52rem;
width: 52rem;
@@ -346,7 +346,7 @@ article.single figure {
}
@media (max-width: 52em) {
- article.single figure {
+ article.single figure, article.single div.highlight {
width: 100%;
margin-left: 0;
margin-right: 0;