aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/partials/head.html')
-rw-r--r--themes/simple/layouts/partials/head.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html
index 716b1f0..293bb85 100644
--- a/themes/simple/layouts/partials/head.html
+++ b/themes/simple/layouts/partials/head.html
@@ -172,4 +172,12 @@
172 margin-block-start: 40px; 172 margin-block-start: 40px;
173 margin-block-end: 40px; 173 margin-block-end: 40px;
174 } 174 }
175
176 @media only screen and (max-width: 600px) {
177 article img {
178 max-width: 100%;
179 position: initial;
180 margin: 20px auto;
181 }
182 }
175</style> 183</style>