diff --git a/app/assets/stylesheets/partials/_record.scss b/app/assets/stylesheets/partials/_record.scss index 23555a1e..d484f713 100644 --- a/app/assets/stylesheets/partials/_record.scss +++ b/app/assets/stylesheets/partials/_record.scss @@ -1,4 +1,6 @@ .wrap-full-record { + margin-top: 2.4rem; + .record-title { font-size: 2.5rem; line-height: 1.1; @@ -48,7 +50,7 @@ } .return-to-results { - padding: 1.5% 0; + padding-top: 2.4rem; a { padding: 1.5%; color: $blue; @@ -68,5 +70,8 @@ } .access-sidebar { + @media (max-width: $bp-screen-md) { + margin-top: 2.4rem; + } padding-top: 3%; } diff --git a/app/views/record/_sidebar.html.erb b/app/views/record/_sidebar.html.erb index 870e5f15..45b0584c 100644 --- a/app/views/record/_sidebar.html.erb +++ b/app/views/record/_sidebar.html.erb @@ -1,5 +1,5 @@ <% if Flipflop.enabled?(:gdt) %> -