diff options
| -rw-r--r-- | www/css/style.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css index 54a093a5..7da28ce1 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -412,8 +412,18 @@ input[type=range]::-webkit-slider-thumb { .pin-background.scroll-content { - background: url('../img/background.png') no-repeat; + background: url('../img/background.png') no-repeat center center fixed; background-size: cover; + +} + +#responsive-image{ + width: 65%; + margin: 0 auto; +} +#responsive-image img{ + width: 100% + } /*.mySliderClass.jslider.sliderCSS div.jslider-pointer |
