diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index ba2546c8..66585578 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -794,17 +794,20 @@ tech-sub-sec h2 { font-size: 40px; line-height: 55px; } - -.space-middle { - padding: 45px 0; +.space-middle{ + padding: 45px 0; + display: inline-block; } - -.padding-vertical { - padding: 35px 0; +.ssdimg { + vertical-align: middle; + display: inline-block; +} +.padding-vertical{ + padding: 30px 9px; } .percent-text img { - margin-left: 20px; + /* margin-left: 20px; */ } .space-block { @@ -1085,24 +1088,24 @@ tech-sub-sec h2 { } @media(max-width:767px) { - .percent-text { - font-size: 50px; - } - #tech_stack h3 { - font-size: 30px; - line-height: 40px; - width: 100%; - } - .navbar-nav .open .dropdown-menu { - text-align: left; - font-size: 12px; - } - .visible-mobile { - display: block; - } - .visible-desktop { - display: none !important; - } + .percent-text { + /* font-size: 50px; */ + } + #tech_stack h3 { + font-size: 30px; + line-height: 40px; + width: 100%; + } + .navbar-nav .open .dropdown-menu { + text-align: left; + font-size: 12px; + } + .visible-mobile { + display:block; + } + .visible-desktop { + display:none !important; + } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { @@ -1158,11 +1161,12 @@ tech-sub-sec h2 { @media(max-width:768px) { .percent-text { - font-size: 43px; + /* font-size: 43px; */ } - .tech-sub-sec h2 { - font-size: 30px; - line-height: 40px; + .tech-sub-sec h2 { + /* font-size: 30px; */ + /* line-height: 40px; */ + /* font-weight: 500; */ } .single-heading h2 { font-size: 50px; @@ -1348,7 +1352,9 @@ tech-sub-sec h2 { padding: 30px; } .percent-text { - text-align: center; + font-family: 'Lato'; + font-size: 31px; + /* text-align: center; */ } .pricing-section .card { width: 90%; @@ -1472,3 +1478,33 @@ a#forgotpassword { .error-message-box { margin-top: 20px; } + +.flex-row-rev { + margin-top: 25px; +} + +@media (min-width: 768px) { + .flex-row { + display: flex; + align-items: center; + justify-content: space-between; + } + .flex-row .percent-text { + flex-shrink : 0; + padding: 0 15px; + } + .flex-row .percent-text, + .flex-row .desc-text { + max-width: 600px; + } + .flex-row-rev .percent-text { + order: 2; + } + .flex-row-rev { + margin-bottom: 25px; + } +} + +.w380 { + max-width: 380px !important; +} \ No newline at end of file diff --git a/datacenterlight/templates/datacenterlight/beta_success.html b/datacenterlight/templates/datacenterlight/beta_success.html index 327198e7..2512a05c 100644 --- a/datacenterlight/templates/datacenterlight/beta_success.html +++ b/datacenterlight/templates/datacenterlight/beta_success.html @@ -2,19 +2,18 @@ {% load i18n %}