From e9503b4d734c1a5077c939eee6d3bd609ad161af Mon Sep 17 00:00:00 2001 From: Palak Handa Date: Tue, 14 Aug 2018 16:30:08 +0530 Subject: [PATCH] minor change mobile view --- css/custom.css | 14 ++++++++++++-- pages/registration.html | 26 +++++++++++++------------- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/css/custom.css b/css/custom.css index ea5eab8..9d10136 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1370,6 +1370,7 @@ table { @media (max-width:767px){h1{font-size:2.8rem;} .phone-meetup{ margin-left: 4%; + } .city-meetup { opacity: 0.8; @@ -1379,8 +1380,17 @@ table { background-image: url(/images/mock_up_background.jpg); background-repeat: no-repeat; /*background-size: cover;*/ - background-attachment: scroll; - background-size: 400% auto; + background-attachment: fixed; + /*background-size: 400% auto;*/ -webkit-background-size:400% auto; } + + +} + +@media screen and (max-device-width: 991px) and (orientation: landscape){ + .rotate-card{ + width: 100%; + } + } \ No newline at end of file diff --git a/pages/registration.html b/pages/registration.html index a47f03f..db04239 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -4,7 +4,7 @@
-