summaryrefslogtreecommitdiff
path: root/css/blog-post.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/blog-post.css')
-rw-r--r--css/blog-post.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/css/blog-post.css b/css/blog-post.css
index ae872aa..0f28f47 100644
--- a/css/blog-post.css
+++ b/css/blog-post.css
@@ -169,13 +169,21 @@ p {
}
img {
- max-width: 768px;
- padding-bottom: 1%;
+ max-width: 100%;
+ height: auto;
+ display: block;
+ margin: 0 auto;
}
/* MOBILE CSS ADAPTATIONS */
@media (max-width: 768px) {
+
+ img {
+ max-width: 100% !important;
+ height: auto !important;
+ }
+
body {
overflow-x: hidden;
position: static;