diff --git a/src/lab/css/psd2css.css b/src/lab/css/psd2css.css index 591a885e..48071d7d 100644 --- a/src/lab/css/psd2css.css +++ b/src/lab/css/psd2css.css @@ -27,7 +27,18 @@ body { // background-image:url("../images/bck.png"); background-repeat: repeat; } - +img{ + width:100%; + height:auto; +} +table{ + width:100%; + overflow-x:auto; +} +.experiment{ + width:100%; + height:auto; +} .imageFull { position: absolute; left: 105px;