Skip to content

Commit 7113fb2

Browse files
committed
Responsive Img
1 parent 6bcc09c commit 7113fb2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

msreader-files/css/admin.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,17 @@
162162
font-weight: bold !important;
163163
}
164164
.msreader-post-content img {
165-
max-width: 100%;
165+
max-width: 46%;
166166
height: auto;
167167
float: none;
168168
}
169+
@media screen and (max-width: 782px) {
170+
.msreader-post-content img {
171+
max-width: 80%;
172+
height: auto;
173+
float: none;
174+
}
175+
}
169176
#msreader-dashboard iframe, .msreader-post-overlay iframe {
170177
max-width: 100%;
171178
}

0 commit comments

Comments
 (0)