Resize image below 660px width
This commit is contained in:
parent
7945cd21ba
commit
173999a7e4
@ -479,3 +479,12 @@ table.media_panel th {
|
|||||||
font-family: Inconsolata, monospace;
|
font-family: Inconsolata, monospace;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 660px) {
|
||||||
|
.media_pane {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
img.media_image {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user