add image auto resize
in css files
This commit is contained in:
parent
2269d0f506
commit
a6ce793b7d
@ -387,6 +387,11 @@ form .row:first-child .floating-label-form-group {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background: #0085a1;
|
background: #0085a1;
|
||||||
}
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
width: auto\9; /* ie8 */
|
||||||
|
}
|
||||||
img::selection {
|
img::selection {
|
||||||
color: white;
|
color: white;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
2
static/css/clean-blog.min.css
vendored
2
static/css/clean-blog.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user