From 6375f30785691ec6d40fd8de1071ac43419f014d Mon Sep 17 00:00:00 2001 From: Palak Handa Date: Tue, 14 Aug 2018 18:21:15 +0530 Subject: [PATCH] minor change --- css/custom.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/custom.css b/css/custom.css index e772840..cc88f0f 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1380,6 +1380,7 @@ table { background-image: url(/images/mock_up_background.jpg); background-repeat: no-repeat; background-attachment:fixed; + background-position: top center; -webkit-background-attachment: fixed; background-size: 400% auto; -webkit-background-size:400% auto; @@ -1388,9 +1389,9 @@ table { } -@media screen and (max-device-width: 991px) and (orientation: landscape){ - .rotate-card{ - width: 100%; - } + @media screen and (max-device-width: 991px) and (orientation: landscape){ + .rotate-card{ + width: 100%; + } } \ No newline at end of file -- 2.0.0