summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-16 15:23:19 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-16 15:23:19 -0400
commit290f5feb7f9605dc120c2ec422778e2f9db3a77c (patch)
tree6fde9c964ea91cd014409b0591be9093aaea5a38 /www
parentd56210b9c0679351f55372c5589ea058c12b9f64 (diff)
added responsive style for login page logo
Diffstat (limited to 'www')
-rw-r--r--www/css/style.css12
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