diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index 07f03f97..ffa103b6 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -84,6 +84,11 @@ h6 { background-color: rgba(90, 116, 175, 0.8); border-color: #5A74AF; } +.btn-info:focus { + color: #fff; + background-color: rgba(90, 116, 175, 0.8); + border-color: #5A74AF; +} .btn-lg{ min-width: 180px; } @@ -481,6 +486,10 @@ h6 { .navbar-transparent .navbar-nav>li>a { font-size: 14px; } + .pricing-section .text .section-heading::before { + left: 50%; + transform: translate(-50%, 0); + } } @media(max-width:768px) { @@ -562,7 +571,7 @@ h6 { left: 50%; transform: translate(-50%, 0); } - + } @media(max-width:540px) { diff --git a/datacenterlight/templates/datacenterlight/index.html b/datacenterlight/templates/datacenterlight/index.html index 953ce2c6..d69aae65 100755 --- a/datacenterlight/templates/datacenterlight/index.html +++ b/datacenterlight/templates/datacenterlight/index.html @@ -113,7 +113,7 @@ {% trans "What is it?" %}
  • - {% trans "I want it!" %} + {% trans "I want it!" %}
  • @@ -252,7 +252,7 @@ -
    +