diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 1d328623..9461aa84 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -102,8 +102,10 @@ // Dashboard .interior .header-Outro .col.col-50.signup-Area { padding-left: 0; - float: left; +} +.interior .header-Outro.dashboard .col.col-50.signup-Area { width: 293px!important; + float: left; } .interior .header-Outro a {color:#E93250} .interior .header-Outro .btn-Action {color:#fff} @@ -155,11 +157,13 @@ .interior .header-Outro h2 { margin-top: 12px; font-size: 1.8em; +} +.interior .header-Outro.dashboard h2 { @media (max-device-width: 480px), screen and (max-width: 800px) { margin-top: 0; } } -.interior .header-Outro .col-50:nth-of-type(2) { +.interior .header-Outro.dashboard .col-50:nth-of-type(2) { float: left; @media (max-device-width: 480px), screen and (max-width: 800px) { diff --git a/views/dashboard.erb b/views/dashboard.erb index af41958f..6893cbed 100644 --- a/views/dashboard.erb +++ b/views/dashboard.erb @@ -16,7 +16,7 @@ } -
+