Issue #1490468 by Schnitzel: Added Allow images to scale with fluid layouts in responsive designs.
parent
526fc9bce9
commit
53c67b1c03
|
|
@ -20,6 +20,11 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 480px) and (max-width: 959px) {
|
||||
#content {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue